Skip to content

Commit

Permalink
matrix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Jan 4, 2024
1 parent 01f8352 commit 9a96f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fi
dolphin-appimage-beta:
if: matrix.RELEASE == 'beta' && needs.beta-run-check.outputs.BETAUPDATE == 'false'
if: ${{ matrix.RELEASE == 'beta' }} && ${{ needs.beta-run-check.outputs.BETAUPDATE == 'false' }}
name: dolphin beta bundled as appimage
runs-on: ubuntu-20.04
needs: beta-run-check
Expand Down

0 comments on commit 9a96f39

Please sign in to comment.