mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 21:44:37 +07:00
Github upload needs to wait for MSI to build
This commit is contained in:
parent
4645166fbf
commit
146cc11089
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -272,7 +272,7 @@ jobs:
|
||||
./butler push Unciv-Windows64.zip yairm210/unciv:Windows64 --userversion ${{ github.ref_name }}
|
||||
|
||||
upload-github-release-and-post-to-discord:
|
||||
needs: [get-release-body, android-build, packr-build]
|
||||
needs: [get-release-body, android-build, packr-build, build-msi]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user