We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955c4bb commit fcb8987Copy full SHA for fcb8987
1 file changed
.github/workflows/pipe.yaml
@@ -366,7 +366,7 @@ jobs:
366
sed -i "s/pkgver=.*/pkgver=$VERSION/g" PKGBUILD
367
368
- name: Publish AUR package
369
- uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
+ uses: KSXGitHub/github-actions-deploy-aur@v4.1.2
370
with:
371
pkgname: binvec
372
pkgbuild: ./PKGBUILD
@@ -415,7 +415,7 @@ jobs:
415
sed -i "s/pkgver=.*/pkgver=$VERSION/g" PKGBUILD.bin
416
417
- name: Publish AUR Binary Package
418
419
420
pkgname: binvec-bin
421
pkgbuild: ./PKGBUILD.bin
0 commit comments