Skip to content

Commit

Permalink
Update Action used to deploy to AUR in package.yml [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 17, 2024
1 parent 16ee617 commit f8ebe22
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 @@ -299,7 +299,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.2.5
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
with:
pkgname: python-pyrodigal
pkgbuild: pkg/aur/PKGBUILD
Expand Down

0 comments on commit f8ebe22

Please sign in to comment.