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

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

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

0 comments on commit 2751f3e

Please sign in to comment.