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 f441dc7 commit 6bce19a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Create PKGBUILD
run: cargo aur

- name: upload binaries to release
uses: softprops/action-gh-release@v1
if: ${{startsWith(github.ref, 'refs/tags/') }}
with:
files: ./target/cargo-aur/*.tar.gz

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

0 comments on commit 6bce19a

Please sign in to comment.