mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
Update cooker.yml
This commit is contained in:
parent
7298a457e6
commit
6166778152
18
.github/workflows/cooker.yml
vendored
18
.github/workflows/cooker.yml
vendored
|
@ -30,15 +30,17 @@ jobs:
|
|||
git submodule init
|
||||
git submodule update
|
||||
|
||||
- name: Initializing Flatpak Builder
|
||||
uses: bilelmoussaoui/flatpak-github-actions@v2
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Building flatpak
|
||||
run: |
|
||||
flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
|
||||
flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml
|
||||
flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck
|
||||
#- name: Building flatpak
|
||||
# run: |
|
||||
# flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
|
||||
# flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml
|
||||
# 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
|
||||
uses: ncipollo/release-action@v1
|
||||
|
|
Loading…
Reference in a new issue