Skip to content

Commit

Permalink
Update aur.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX authored Mar 28, 2024
1 parent 2157ee2 commit 5662775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: cargo aur

- name: Upload assets
run: gh release upload $GITHUB_REF ./target/cargo-aur/*.tar.gz
run: gh release upload ${{ github.event.release.tag_name }} ./target/cargo-aur/*.tar.gz

- name: Publish AUR package
uses: KSXGitHub/[email protected]
Expand Down

0 comments on commit 5662775

Please sign in to comment.