From 2751f3e21ac6a741783f5300ea2bd81656451946 Mon Sep 17 00:00:00 2001 From: ini <81521595+InioX@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:30:15 +0100 Subject: [PATCH] Update aur.yml --- .github/workflows/aur.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 09a3170..6d1e545 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -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/update-existing-release@v1.3.4 with: - files: ./target/cargo-aur/*.tar.gz + token: ${{secrets.GITHUB_TOKEN}} + files: ./target/cargo-aur/*.tar.gz - name: Publish AUR package uses: KSXGitHub/github-actions-deploy-aur@v2.7.0