mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
build: fix dependencies
This commit is contained in:
parent
55355305bd
commit
54c33a492f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue