mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-19 07:15:37 +00:00
Update main.yml
This commit is contained in:
parent
e753644354
commit
0b8cdd3d9f
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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,7 +26,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Run a multi-line script
|
||||
- name: Build flatpak
|
||||
run: |
|
||||
sudo ./build-flatpak.sh
|
||||
sudo flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
|
||||
|
|
Loading…
Reference in a new issue