WORKLFOW: comtinue on error for gitea [skip ci]

This commit is contained in:
XargonWan 2024-07-17 23:14:28 +09:00
parent 018758d5b9
commit b69992ccd1

View file

@ -176,6 +176,7 @@ jobs:
-H "Content-Type: multipart/form-data" \ -H "Content-Type: multipart/form-data" \
-F "attachment=@RetroDECK-Artifact.tar.gz" \ -F "attachment=@RetroDECK-Artifact.tar.gz" \
"http://$UPLOAD_HOST/api/v1/repos/$ORGANIZATION/$REPO/releases/$release_id/assets?name=RetroDECK-Artifact.tar.gz" "http://$UPLOAD_HOST/api/v1/repos/$ORGANIZATION/$REPO/releases/$release_id/assets?name=RetroDECK-Artifact.tar.gz"
continue-on-error: true # this will be in place until we reate an artifacts website that bypasses cloudflare limit
- name: Upload RetroDECK.flatpak.sha to Gitea Release - name: Upload RetroDECK.flatpak.sha to Gitea Release
run: | run: |