mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 12:35:39 +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:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Prepearing enviornment
|
||||
run: |
|
||||
git submodule init
|
||||
|
@ -35,8 +36,8 @@ jobs:
|
|||
# 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
|
||||
- name: Build Flatpak
|
||||
- name: Build Flatpak
|
||||
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||
with:
|
||||
bundle: RetroDECK.flatpak
|
||||
manifest-path: com.xargon.retrodeck.yml
|
||||
|
|
Loading…
Reference in a new issue