build: fix dependencies

This commit is contained in:
Marcin Kurczewski 2023-09-24 00:46:47 +02:00
parent 55355305bd
commit 54c33a492f
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A

View file

@ -36,7 +36,7 @@ jobs:
publish_release:
name: Create a GitHub release
runs-on: ubuntu-latest
needs: [build_game_win, build_game_linux, build_installer]
needs: [package_game_win, package_game_linux, build_installer]
steps:
- name: Checkout code
uses: actions/checkout@v3