From 0c6ccb367a7c2a7082a26dfa700be08e24b78eb4 Mon Sep 17 00:00:00 2001 From: ini <81521595+InioX@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:01:12 +0100 Subject: [PATCH] Update aur.yml --- .github/workflows/aur.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 6d1e545..06fe8ea 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -17,10 +17,8 @@ jobs: - name: Create PKGBUILD run: cargo aur - - uses: IsaacShelton/update-existing-release@v1.3.4 - with: - token: ${{secrets.GITHUB_TOKEN}} - files: ./target/cargo-aur/*.tar.gz + - name: Upload assets + run: gh release upload $GITHUB_REF ./target/cargo-aur/*.tar.gz - name: Publish AUR package uses: KSXGitHub/github-actions-deploy-aur@v2.7.0