Skip to content

Commit 787b27c

Browse files
Jerry-Terrasseccmywish
authored andcommitted
fix #177: fails without error when publishing chsrc-bin to AUR
1 parent e25bc26 commit 787b27c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pkg-aur-git.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD\?h\=chsrc-git -O ./PKGBUILD
1717
- name: Publish to AUR
18-
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
18+
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
1919
with:
2020
pkgname: chsrc-git
2121
pkgbuild: ./PKGBUILD

.github/workflows/pkg-aur-rel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD_bin
3434
- name: Publish chsrc-bin to AUR
3535
if: env.valid == '1'
36-
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
36+
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
3737
with:
3838
pkgname: chsrc-bin
3939
pkgbuild: ./PKGBUILD_bin
@@ -51,7 +51,7 @@ jobs:
5151
sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD
5252
- name: Publish chsrc to AUR
5353
if: env.valid == '1'
54-
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
54+
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
5555
with:
5656
pkgname: chsrc
5757
pkgbuild: ./PKGBUILD

0 commit comments

Comments
 (0)