mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 16:15:42 +00:00
WORKLFOW: removed repo alexlarsson/flatpak
This commit is contained in:
parent
027034ae53
commit
ab7375e9f5
3
.github/workflows/cooker-selfhosted.yml
vendored
3
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
git pull
|
git pull
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
sudo add-apt-repository ppa:alexlarsson/flatpak
|
#sudo add-apt-repository ppa:alexlarsson/flatpak
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt install flatpak flatpak-builder p7zip-full
|
sudo apt install flatpak flatpak-builder p7zip-full
|
||||||
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
@ -180,6 +180,7 @@ jobs:
|
||||||
# path: retrodeck-cooker.tar.gz RetroDECK.flatpak
|
# path: retrodeck-cooker.tar.gz RetroDECK.flatpak
|
||||||
# continue-on-error: true
|
# continue-on-error: true
|
||||||
|
|
||||||
|
# In case it cannot publish the release at least it's probiding the flatpak file for creating a manual release
|
||||||
- name: Upload RetroDECK.flatpak
|
- name: Upload RetroDECK.flatpak
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue