fix #177: fails without error when publishing chsrc-bin to AUR
Some checks failed
Publish AUR Package (chsrc-git) / publish (push) Waiting to run
Linux AArch64 Build / aarch64-linux-build-and-upload (push) Has been cancelled
Linux ARMv7 Build / armv7-linu-build-and-upload (push) Has been cancelled
Linux riscv64 Build / riscv64-linux-build-and-upload (push) Has been cancelled
Linux x64 Build / x64-linux-build-and-upload (push) Has been cancelled
macOS Build / build-and-upload-on-M1 (push) Has been cancelled
macOS Build / build-and-upload-on-x64 (push) Has been cancelled
Windows Build / build-and-upload (push) Has been cancelled

This commit is contained in:
Terrasse 2025-03-18 11:38:43 +08:00 committed by ccmywish
parent e25bc2684d
commit 787b27c36d
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
run: |
wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD\?h\=chsrc-git -O ./PKGBUILD
- name: Publish to AUR
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
with:
pkgname: chsrc-git
pkgbuild: ./PKGBUILD

View File

@ -33,7 +33,7 @@ jobs:
sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD_bin
- name: Publish chsrc-bin to AUR
if: env.valid == '1'
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
with:
pkgname: chsrc-bin
pkgbuild: ./PKGBUILD_bin
@ -51,7 +51,7 @@ jobs:
sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD
- name: Publish chsrc to AUR
if: env.valid == '1'
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
with:
pkgname: chsrc
pkgbuild: ./PKGBUILD