main-experimental: debugging

This commit is contained in:
Steam OS User 2022-04-14 10:34:12 +09:00
parent 99d297832e
commit 819b046096

View file

@ -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