Merge branch 'nightly' into winget-releaser

This commit is contained in:
ReenigneArcher 2022-08-07 18:35:09 -04:00 committed by GitHub
commit b464902f25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 38 additions and 27 deletions

View file

@ -130,9 +130,7 @@ jobs:
mv ./build/PKGBUILD ./artifacts/
- name: Validate package
# uses: hapakaien/archlinux-package-action@v2
# the above action has an issue with the archlinux-keychain
uses: lizardbyte/archlinux-package-action@main
uses: hapakaien/archlinux-package-action@v2.2.0
with:
path: artifacts
flags: '--syncdeps --noconfirm'
@ -149,7 +147,7 @@ jobs:
- name: Publish AUR package
if: ${{ env.aur_publish == 'true' }}
uses: KSXGitHub/github-actions-deploy-aur@v2.3.0
uses: KSXGitHub/github-actions-deploy-aur@v2.4.1
with:
pkgname: ${{ env.aur_pkg }}
pkgbuild: ./artifacts/PKGBUILD