This commit is contained in:
XargonWan 2022-04-04 22:16:12 +09:00
commit 4a1a4f55da

View file

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: beta-build
name: cooker
# Controls when the workflow will run
on:
@ -26,9 +26,9 @@ jobs:
- uses: actions/checkout@v3
# Runs a set of commands using the runners shell
- name: Run a multi-line script
- name: Build flatpak
run: |
./build-flatpak.sh
flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml
flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck
sudo ./build-flatpak.sh
sudo flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
sudo flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml
sudo flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck