Skip to content

Commit 303307e

Browse files
Attempt to fix CI/CD
1 parent ffc6f64 commit 303307e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run:
9595
sed -i "s/pkgver=.*/pkgver=${{ github.ref_name }}/" waytrogen/PKGBUILD
9696
- name: Publish to AUR
97-
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
97+
uses: KSXGitHub/github-actions-deploy-aur@b9329787ad90df1f1377ca3c723632febad7597c
9898
with:
9999
pkgname: waytrogen
100100
pkgbuild: ./waytrogen/PKGBUILD
@@ -116,7 +116,7 @@ jobs:
116116
run:
117117
sed -i "s/pkgver=.*/pkgver=${{ github.ref_name }}/" waytrogen-bin/PKGBUILD
118118
- name: Publish to AUR
119-
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
119+
uses: KSXGitHub/github-actions-deploy-aur@b9329787ad90df1f1377ca3c723632febad7597c
120120
with:
121121
pkgname: waytrogen-bin
122122
pkgbuild: ./waytrogen-bin/PKGBUILD

0 commit comments

Comments
 (0)