From 5a3f7e17f292395ff081090177d0dfad704e2075 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Sun, 9 Oct 2022 09:13:21 +0200 Subject: [PATCH] Uploading retrodeck-artifact as artifcat as well --- .github/workflows/cooker-selfhosted.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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