Skip to content

Commit

Permalink
fix: add parameters to package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaser committed Jul 4, 2023
1 parent eb1db35 commit f74fe71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

- run: |
cd src
tar -cJf ../unraid-plugin-diagnostics-${{ github.event.release.name}}.txz *
tar -cJf ../unraid-plugin-diagnostics-${{ github.event.release.name}}-noarch-1.txz *
- uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: unraid-plugin-diagnostics-${{ github.event.release.name}}.txz
asset_path: unraid-plugin-diagnostics-${{ github.event.release.name}}-noarch-1.txz

0 comments on commit f74fe71

Please sign in to comment.