Update release.yml

This commit is contained in:
Flam3rboy 2021-08-15 13:37:26 +02:00 committed by GitHub
parent 7cf70351de
commit 1c5f33bb2b

View File

@ -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]