diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 40c97dd3..66906459 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -91,4 +91,11 @@ jobs: with: name: retrodeck-flatpak path: RetroDECK.flatpak + continue-on-error: true + + - name: Upload RetroDECK-Artifact + uses: actions/upload-artifact@v3 + with: + name: retrodeck-artifact + path: RetroDECK-Artifact.tar.gz continue-on-error: true \ No newline at end of file