Skip to content

Commit

Permalink
github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfDragons committed Jun 4, 2023
1 parent d34af87 commit 0fca151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
artifactResults: testing-results

upload:
needs: [build_linux, build_windows, build_windows_installer, build_linux_ci, testing]
needs: [build_linux, build_windows, build_windows_installer, build_linux_ci, build_live, testing]
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit 0fca151

Please sign in to comment.