Github upload needs to wait for MSI to build

This commit is contained in:
yairm210 2024-07-28 17:14:42 +03:00
parent 4645166fbf
commit 146cc11089

View File

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