Update cooker.yml

This commit is contained in:
XargonWan 2022-04-06 20:54:48 +09:00 committed by GitHub
parent dcba66276b
commit 1ad3f86f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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