mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-17 03:45:38 +00:00
main-experimental: debugging
This commit is contained in:
parent
99d297832e
commit
819b046096
3
.github/workflows/main-experimental.yml
vendored
3
.github/workflows/main-experimental.yml
vendored
|
@ -18,7 +18,7 @@ on:
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
# This workflow contains a single job called "build"
|
# This workflow contains a single job called "build"
|
||||||
build_cooker_snap:
|
build_main:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ jobs:
|
||||||
- name: Building flatpak
|
- name: Building flatpak
|
||||||
run: |
|
run: |
|
||||||
mkdir clean
|
mkdir clean
|
||||||
|
ls
|
||||||
cp com.xargon.retrodeck clean/com.xargon.retrodeck
|
cp com.xargon.retrodeck clean/com.xargon.retrodeck
|
||||||
cd clean
|
cd clean
|
||||||
sudo flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
|
sudo flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
|
||||||
|
|
Loading…
Reference in a new issue