Skip to content

Commit

Permalink
Correct GitHub pre- and relase dependants
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Feb 25, 2024
1 parent 609c34c commit 168b666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
prerelease:
if: ${{ always() }}
runs-on: ubuntu-latest
needs: [preparations, jar, mac-01, windows-01, windows-02, ubuntu-01, ubuntu-02]
needs: [preparations, jar-and-media, appimage]

steps:
# GET THE LATEST CODE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
release:
if: ${{ always() }}
runs-on: ubuntu-latest
needs: [preparations, jar, mac-01, windows-01, windows-02, ubuntu-01, ubuntu-02]
needs: [preparations, jar-and-media, appimage]

steps:
# GET THE LATEST CODE
Expand Down

0 comments on commit 168b666

Please sign in to comment.