Skip to content

Commit

Permalink
Yet more release nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Apr 24, 2024
1 parent 96384fe commit 0f02d42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-daw-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
runs-on: ubuntu-latest
needs: [build_plugin]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: _artifacts
path: artifacts
- name: Show Installer Directory
run: |
ls -r _artifacts
ls -r artifacts
- name: Delete old release assets
uses: mknejp/delete-release-assets@v1
with:
Expand All @@ -84,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 0f02d42

Please sign in to comment.