mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Update cooker.yml
This commit is contained in:
parent
76fd9227a5
commit
5bd3aee234
18
.github/workflows/cooker.yml
vendored
18
.github/workflows/cooker.yml
vendored
|
@ -30,15 +30,17 @@ jobs:
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
- name: Initializing Flatpak Builder
|
|
||||||
uses: bilelmoussaoui/flatpak-github-actions@v2
|
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: Building flatpak
|
#- name: Building flatpak
|
||||||
run: |
|
# run: |
|
||||||
flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
|
# flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
|
||||||
flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml
|
# flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml
|
||||||
flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck
|
# flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck
|
||||||
|
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||||
|
with:
|
||||||
|
bundle: RetroDECK.flatpak
|
||||||
|
manifest-path: com.xargon.retrodeck.yml
|
||||||
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
|
|
||||||
- name: Publish the flatpak in a new cooker release
|
- name: Publish the flatpak in a new cooker release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
|
Loading…
Reference in a new issue