Skip to content

Commit

Permalink
Update package-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sn4k3 committed Aug 13, 2023
1 parent bac0937 commit a8d67dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/${{ matrix.artifact_name }}
file: ${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}

0 comments on commit a8d67dc

Please sign in to comment.