diff --git a/.github/workflows/main-experimental.yml b/.github/workflows/main-experimental.yml index 4a329b26..24c6791c 100644 --- a/.github/workflows/main-experimental.yml +++ b/.github/workflows/main-experimental.yml @@ -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