mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-23 21:22:39 +07:00
Don't drop uploads due to itch.io failure
This commit is contained in:
parent
4b55882019
commit
fef993d5dc
1
.github/workflows/buildAndDeploy.yml
vendored
1
.github/workflows/buildAndDeploy.yml
vendored
@ -130,6 +130,7 @@ jobs:
|
|||||||
## DESKTOP
|
## DESKTOP
|
||||||
|
|
||||||
- name: Upload to itch.io
|
- name: Upload to itch.io
|
||||||
|
continue-on-error: true
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||||
env:
|
env:
|
||||||
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
|
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user