mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-09 03:58:46 -04:00
AUR dependant on Github version upload
This commit is contained in:
parent
030038c585
commit
8b3e84481c
8
.github/workflows/buildAndDeploy.yml
vendored
8
.github/workflows/buildAndDeploy.yml
vendored
@ -228,7 +228,7 @@ jobs:
|
|||||||
deploy/Unciv-Windows64.zip
|
deploy/Unciv-Windows64.zip
|
||||||
deploy/Unciv-Linux64.zip
|
deploy/Unciv-Linux64.zip
|
||||||
|
|
||||||
Upload-to-itch:
|
upload-to-itch:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: packr-build
|
needs: packr-build
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
@ -251,7 +251,7 @@ jobs:
|
|||||||
./butler push Unciv-Linux64.zip yairm210/unciv:Linux64 --userversion ${{needs.build.outputs.version_tag}}
|
./butler push Unciv-Linux64.zip yairm210/unciv:Linux64 --userversion ${{needs.build.outputs.version_tag}}
|
||||||
./butler push Unciv-Windows64.zip yairm210/unciv:Windows64 --userversion ${{needs.build.outputs.version_tag}}
|
./butler push Unciv-Windows64.zip yairm210/unciv:Windows64 --userversion ${{needs.build.outputs.version_tag}}
|
||||||
|
|
||||||
Upload-to-steam:
|
upload-to-steam:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: packr-build
|
needs: packr-build
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
@ -285,7 +285,7 @@ jobs:
|
|||||||
depot2Path: Unciv-Linux64
|
depot2Path: Unciv-Linux64
|
||||||
releaseBranch: release
|
releaseBranch: release
|
||||||
|
|
||||||
Finalize:
|
finalize:
|
||||||
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
|
||||||
@ -346,7 +346,7 @@ jobs:
|
|||||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
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: build
|
needs: finalize
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Get AUR PKGBUILD
|
- name: Get AUR PKGBUILD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user