mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
fix #177: fails without error when publishing chsrc-bin to AUR
Some checks are pending
Publish AUR Package (chsrc-git) / publish (push) Waiting to run
Some checks are pending
Publish AUR Package (chsrc-git) / publish (push) Waiting to run
This commit is contained in:
parent
e25bc2684d
commit
787b27c36d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue