Skip to content

Commit

Permalink
Github upload needs to wait for MSI to build
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Jul 28, 2024
1 parent 4645166 commit 146cc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 146cc11

Please sign in to comment.