mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-07 18:54:05 +08:00
fix #177: fails without error when publishing chsrc-bin to AUR
This commit is contained in:
parent
e25bc2684d
commit
787b27c36d
2
.github/workflows/pkg-aur-git.yml
vendored
2
.github/workflows/pkg-aur-git.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD\?h\=chsrc-git -O ./PKGBUILD
|
wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD\?h\=chsrc-git -O ./PKGBUILD
|
||||||
- name: Publish to AUR
|
- name: Publish to AUR
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
|
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
|
||||||
with:
|
with:
|
||||||
pkgname: chsrc-git
|
pkgname: chsrc-git
|
||||||
pkgbuild: ./PKGBUILD
|
pkgbuild: ./PKGBUILD
|
||||||
|
4
.github/workflows/pkg-aur-rel.yml
vendored
4
.github/workflows/pkg-aur-rel.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD_bin
|
sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD_bin
|
||||||
- name: Publish chsrc-bin to AUR
|
- name: Publish chsrc-bin to AUR
|
||||||
if: env.valid == '1'
|
if: env.valid == '1'
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
|
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
|
||||||
with:
|
with:
|
||||||
pkgname: chsrc-bin
|
pkgname: chsrc-bin
|
||||||
pkgbuild: ./PKGBUILD_bin
|
pkgbuild: ./PKGBUILD_bin
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD
|
sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD
|
||||||
- name: Publish chsrc to AUR
|
- name: Publish chsrc to AUR
|
||||||
if: env.valid == '1'
|
if: env.valid == '1'
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
|
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
|
||||||
with:
|
with:
|
||||||
pkgname: chsrc
|
pkgname: chsrc
|
||||||
pkgbuild: ./PKGBUILD
|
pkgbuild: ./PKGBUILD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user