mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-23 14:19:15 +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
|
depot2Path: Unciv-Linux64
|
||||||
releaseBranch: release
|
releaseBranch: release
|
||||||
|
|
||||||
finalize:
|
upload-github-release-and-post-to-discord:
|
||||||
needs: [build, android-build, packr-build]
|
needs: [build, android-build, packr-build]
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -343,10 +343,9 @@ jobs:
|
|||||||
${{needs.build.outputs.release_body}}
|
${{needs.build.outputs.release_body}}
|
||||||
|
|
||||||
AUR-update:
|
AUR-update:
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: finalize
|
needs: upload-github-release-and-post-to-discord
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Get AUR PKGBUILD
|
- name: Get AUR PKGBUILD
|
||||||
|
Reference in New Issue
Block a user