Skip to content

Commit

Permalink
fix: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaser committed Jul 4, 2023
1 parent 1bb04fb commit b5e72a0
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,10 +11,10 @@ jobs:

- run: |
cd src
tar -cJf ../unraid-tailscale-utils-${{ github.event.release.name}}.txz *
tar -cJf ../unraid-tailscale-utils-${{ 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-tailscale-utils-${{ github.event.release.name}}.txz
asset_path: unraid-tailscale-utils-${{ github.event.release.name}}-noarch-1.txz

0 comments on commit b5e72a0

Please sign in to comment.