Skip to content

Commit

Permalink
Tweak the end of the stage
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Apr 24, 2024
1 parent 2b52534 commit 631e253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-daw-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ jobs:
ls -l ./build
- name: Show Installer Directory
if: github.event_name != 'pull_request'
run: |
ls -l ./build/installer
- name: Upload artifact
uses: actions/upload-artifact@v4
if: github.event_name != 'pull_request'
with:
path: build/installer
name: dawplugin-${{ matrix.os }}
Expand Down

0 comments on commit 631e253

Please sign in to comment.