mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +00:00
Merge branch 'main' of https://github.com/XargonWan/RetroDECK
This commit is contained in:
commit
4a1a4f55da
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
# This is a basic workflow to help you get started with Actions
|
# This is a basic workflow to help you get started with Actions
|
||||||
|
|
||||||
name: beta-build
|
name: cooker
|
||||||
|
|
||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
|
@ -26,9 +26,9 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: Run a multi-line script
|
- name: Build flatpak
|
||||||
run: |
|
run: |
|
||||||
./build-flatpak.sh
|
sudo ./build-flatpak.sh
|
||||||
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
|
||||||
flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml
|
sudo flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml
|
||||||
flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck
|
sudo flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck
|
||||||
|
|
Loading…
Reference in a new issue