Skip to content

Commit

Permalink
RelStage More Work
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Apr 23, 2024
1 parent 2fae239 commit f4b0efe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-daw-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- uses: actions/download-artifact@v3
with:
path: _artifacts
- name: Show Installer Directory
run: |
ls -r _artifacts
- name: Delete old release assets
uses: mknejp/delete-release-assets@v1
with:
Expand All @@ -81,7 +84,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: _artifacts/**/**
file: _artifacts/**/**/**
tag: DAWPlutin
file_glob: true
- name: Tag Repo
Expand Down

0 comments on commit f4b0efe

Please sign in to comment.