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