Use v2.3.0 of KSXGitHub/github-actions-deploy-aur action

This commit is contained in:
ReenigneArcher
2022-06-28 20:39:58 -04:00
parent 3b2226c4ea
commit 819501c4e7

View File

@@ -134,7 +134,7 @@ jobs:
- name: Publish AUR package - name: Publish AUR package
if: ${{ env.aur_publish == 'true' }} 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: with:
pkgname: ${{ env.aur_pkg }} pkgname: ${{ env.aur_pkg }}
pkgbuild: ./artifacts/PKGBUILD pkgbuild: ./artifacts/PKGBUILD