1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 18:32:33 +01:00

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
jobs:
insiders-build:
strategy:
@ -40,7 +39,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.artifact }}
path: ${{ matrix.artifact }}
path: bundle/${{ matrix.artifact }}
release:
needs: [insiders-build]