Update AUR action
This commit is contained in:
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@@ -136,7 +136,7 @@ jobs:
|
|||||||
sed -i "/sha256sums=/,/^)/c\sha256sums=(\n '${{ steps.checksums.outputs.zip }}'\n '${{ steps.checksums.outputs.rules }}'\n '${{ steps.checksums.outputs.desktop }}'\n)" aur-bin-pkg/PKGBUILD
|
sed -i "/sha256sums=/,/^)/c\sha256sums=(\n '${{ steps.checksums.outputs.zip }}'\n '${{ steps.checksums.outputs.rules }}'\n '${{ steps.checksums.outputs.desktop }}'\n)" aur-bin-pkg/PKGBUILD
|
||||||
|
|
||||||
- name: Publish to AUR
|
- name: Publish to AUR
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
|
uses: KSXGitHub/github-actions-deploy-aur@v4.1.3
|
||||||
with:
|
with:
|
||||||
pkgname: hyper-headset-bin
|
pkgname: hyper-headset-bin
|
||||||
pkgbuild: ./aur-bin-pkg/PKGBUILD
|
pkgbuild: ./aur-bin-pkg/PKGBUILD
|
||||||
|
|||||||
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
sed -i "s/^pkgrel=.*/pkgrel=1/" aur-pkg/PKGBUILD
|
sed -i "s/^pkgrel=.*/pkgrel=1/" aur-pkg/PKGBUILD
|
||||||
|
|
||||||
- name: Publish to AUR
|
- name: Publish to AUR
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
|
uses: KSXGitHub/github-actions-deploy-aur@v4.1.3
|
||||||
|
|
||||||
with:
|
with:
|
||||||
pkgname: hyper-headset-git
|
pkgname: hyper-headset-git
|
||||||
|
|||||||
Reference in New Issue
Block a user