mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +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
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build_cooker_snap:
|
||||
build_main:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -41,6 +41,7 @@ jobs:
|
|||
- name: Building flatpak
|
||||
run: |
|
||||
mkdir clean
|
||||
ls
|
||||
cp com.xargon.retrodeck clean/com.xargon.retrodeck
|
||||
cd clean
|
||||
sudo flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
|
||||
|
|
Loading…
Reference in a new issue