mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-26 12:41:59 +08:00
fix #177: fails without error when publishing chsrc-bin to AUR
This commit is contained in:
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
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user