mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-02 13:42:00 +00:00
Update cooker.yml
This commit is contained in:
parent
dcba66276b
commit
1ad3f86f7c
5
.github/workflows/cooker.yml
vendored
5
.github/workflows/cooker.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Prepearing enviornment
|
- name: Prepearing enviornment
|
||||||
run: |
|
run: |
|
||||||
git submodule init
|
git submodule init
|
||||||
|
@ -35,8 +36,8 @@ jobs:
|
||||||
# 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
|
- name: Build Flatpak
|
||||||
- name: Build Flatpak
|
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||||
with:
|
with:
|
||||||
bundle: RetroDECK.flatpak
|
bundle: RetroDECK.flatpak
|
||||||
manifest-path: com.xargon.retrodeck.yml
|
manifest-path: com.xargon.retrodeck.yml
|
||||||
|
|
Loading…
Reference in a new issue