mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Removed the cooker.yml verbosity and compacted the build in only one row
This commit is contained in:
parent
b1e1c5d593
commit
66bfcd41bf
3
.github/workflows/cooker.yml
vendored
3
.github/workflows/cooker.yml
vendored
|
@ -40,8 +40,7 @@ jobs:
|
|||
# Runs a set of commands using the runners shell
|
||||
- name: Building flatpak
|
||||
run: |
|
||||
sudo flatpak-builder -v --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
|
||||
sudo flatpak-builder -v --repo=local --force-clean localrepo com.xargon.retrodeck.yml
|
||||
sudo flatpak-builder --user --install --force-clean --repo=local retrodeck-flatpak com.xargon.retrodeck.yml
|
||||
sudo flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck
|
||||
|
||||
- name: Get date for artifacts
|
||||
|
|
Loading…
Reference in a new issue