Skip to content

Commit

Permalink
Update github-actions-deploy-aur Action in package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 28, 2024
1 parent d9b15ec commit 0aa5c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Generate PKGBUILD
run: sed -e "s/%pkgver/${{ env.PKGVER }}/g" -e "s/%sha256sum/${{ env.SHA256 }}/g" pkg/aur/PKGBUILD.in > pkg/aur/PKGBUILD
- name: Update package
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
with:
pkgname: python-pyrodigal
pkgbuild: pkg/aur/PKGBUILD
Expand Down

0 comments on commit 0aa5c6c

Please sign in to comment.