Update main.yml

This commit is contained in:
XargonWan 2022-04-04 19:35:09 +09:00 committed by GitHub
parent e753644354
commit 0b8cdd3d9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,7 +26,7 @@ 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: |
sudo ./build-flatpak.sh sudo ./build-flatpak.sh
sudo 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