Don't drop uploads due to itch.io failure

This commit is contained in:
Yair Morgenstern 2022-03-17 23:49:32 +02:00
parent 4b55882019
commit fef993d5dc

View File

@ -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 }}