mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 04:38:18 +07:00
AUR dependant on Github release upload
This commit is contained in:
5
.github/workflows/buildAndDeploy.yml
vendored
5
.github/workflows/buildAndDeploy.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user