Skip to content

Commit

Permalink
Fix missing needs job
Browse files Browse the repository at this point in the history
  • Loading branch information
QCanvas committed Jul 22, 2024
1 parent d173663 commit 9a22485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-appimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
build-appimage:
needs: create-release
needs: [ create-release, check-version ]
name: Build Appimage
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
build-windows:
needs: create-release
needs: [ create-release, check-version ]
name: Build PyInstaller Windows
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 9a22485

Please sign in to comment.