Skip to content

Commit

Permalink
Stop the check for updates stage
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed May 9, 2024
1 parent d477e36 commit c0300c2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-daw-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ jobs:
run: |
ls -l ./build/installer
- name: Create Update HTML on Linux
if: runner.os == 'Linux' && github.event_name != 'pull_request'
run: |
./scripts/check-update/make-update.sh > ./build/installer/check-updates.html
# The aborted check updates plan
#- name: Create Update HTML on Linux
# if: runner.os == 'Linux' && github.event_name != 'pull_request'
# run: |
# ./scripts/check-update/make-update.sh > ./build/installer/check-updates.html

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c0300c2

Please sign in to comment.