Skip to content

Commit

Permalink
Oops - workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed May 9, 2024
1 parent de83e26 commit d477e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-daw-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
ls -l ./build/installer
- name: Create Update HTML on Linux
if: runner.os == 'Linux' && github.event_name != `pull_request`
if: runner.os == 'Linux' && github.event_name != 'pull_request'
run: |
./scripts/check-update/make-update.sh > ./build/installer/check-updates.html
Expand Down

0 comments on commit d477e36

Please sign in to comment.