Use v2.3.0 of KSXGitHub/github-actions-deploy-aur action
This commit is contained in:
parent
3b2226c4ea
commit
819501c4e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
|
||||
- name: Publish AUR package
|
||||
if: ${{ env.aur_publish == 'true' }}
|
||||
uses: KSXGitHub/github-actions-deploy-aur@master # assets arg not in latest release
|
||||
uses: KSXGitHub/github-actions-deploy-aur@v2.3.0
|
||||
with:
|
||||
pkgname: ${{ env.aur_pkg }}
|
||||
pkgbuild: ./artifacts/PKGBUILD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue