diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index 0b25bb3ebe..833c4cc4ca 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -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: