Make build_release dependent on all other jobs
This commit is contained in:
parent
bc7295105c
commit
083418ce59
1 changed files with 1 additions and 0 deletions
1
.github/workflows/LANCommander.Release.yml
vendored
1
.github/workflows/LANCommander.Release.yml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
|
||||
build_release:
|
||||
runs-on: windows-latest
|
||||
needs: [build_server_linux-arm64, build_server_linux-x64, build_server_osx-arm64, build_server_win-arm64, build_server_win-x64, build_launcher_linux-arm64, build_launcher_linux-x64, build_launcher_osx-arm64, build_launcher_win-arm64, build_launcher_win-x64, build_playnite]
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue