AUR dependant on Github release upload

This commit is contained in:
Yair Morgenstern
2023-03-08 12:24:25 +02:00
parent 8b3e84481c
commit d0e4271990

View File

@ -285,7 +285,7 @@ jobs:
depot2Path: Unciv-Linux64
releaseBranch: release
finalize:
upload-github-release-and-post-to-discord:
needs: [build, android-build, packr-build]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
@ -343,10 +343,9 @@ jobs:
${{needs.build.outputs.release_body}}
AUR-update:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
continue-on-error: true
runs-on: ubuntu-latest
needs: finalize
needs: upload-github-release-and-post-to-discord
steps:
- name: Get AUR PKGBUILD