mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 22:00:24 +07:00
Fix typo in AUR workflow (#8049)
This commit is contained in:
4
.github/workflows/buildAndDeploy.yml
vendored
4
.github/workflows/buildAndDeploy.yml
vendored
@ -215,14 +215,14 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Get AUR PKGBUILD
|
- name: Get AUR PKGBUILD
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'ref/tags/')
|
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
curl --silent --output PKGBUILD 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=unciv-bin'
|
curl --silent --output PKGBUILD 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=unciv-bin'
|
||||||
sed -E -e "s#(_pkgver=).*#\1${{steps.tag.outputs.tag}}#" -e "s#(pkgrel=).*#\10#" -i PKGBUILD
|
sed -E -e "s#(_pkgver=).*#\1${{steps.tag.outputs.tag}}#" -e "s#(pkgrel=).*#\10#" -i PKGBUILD
|
||||||
|
|
||||||
- name: Publish AUR package
|
- name: Publish AUR package
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'ref/tags/')
|
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: Thyrum/github-actions-deploy-aur@master
|
uses: Thyrum/github-actions-deploy-aur@master
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user