Update release.yml
This commit is contained in:
parent
7cf70351de
commit
1c5f33bb2b
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -7,7 +7,6 @@ on:
|
|||||||
|
|
||||||
name: Publish Release
|
name: Publish Release
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
insiders-build:
|
insiders-build:
|
||||||
strategy:
|
strategy:
|
||||||
@ -40,7 +39,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact }}
|
name: ${{ matrix.artifact }}
|
||||||
path: ${{ matrix.artifact }}
|
path: bundle/${{ matrix.artifact }}
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: [insiders-build]
|
needs: [insiders-build]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user