Skip to content

Commit

Permalink
Update build_app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNjeim authored Sep 13, 2022
1 parent dcc8f1f commit 41e7178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ Installation instructions are in the [README](https://github.com/LibreScore/${{
./LibreScore.dmg
./LibreScore.pkg
delete:
if: failure()
if: ${{ failure() }}
needs: build
runs-on: ubuntu-latest
steps:
- name: Delete pre-release
Expand Down

0 comments on commit 41e7178

Please sign in to comment.