mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
Uploading retrodeck-artifact as artifcat as well
This commit is contained in:
parent
0cb04ff87a
commit
5a3f7e17f2
7
.github/workflows/cooker-selfhosted.yml
vendored
7
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -92,3 +92,10 @@ jobs:
|
||||||
name: retrodeck-flatpak
|
name: retrodeck-flatpak
|
||||||
path: RetroDECK.flatpak
|
path: RetroDECK.flatpak
|
||||||
continue-on-error: true
|
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
|
Loading…
Reference in a new issue