mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 04:38:18 +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
|
||||
if: github.event_name == 'push' && contains(github.ref, 'ref/tags/')
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
continue-on-error: true
|
||||
run: |
|
||||
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
|
||||
|
||||
- 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
|
||||
uses: Thyrum/github-actions-deploy-aur@master
|
||||
with:
|
||||
|
Reference in New Issue
Block a user