Update .forgejo/workflows/build.yml
This commit is contained in:
parent
12c1b69037
commit
2f8ab31ef5
1 changed files with 1 additions and 3 deletions
|
@ -35,10 +35,8 @@ jobs:
|
||||||
run: flatpak -y --user install flathub org.freedesktop.Platform//24.08
|
run: flatpak -y --user install flathub org.freedesktop.Platform//24.08
|
||||||
- name: Generate file for use in flatpak
|
- name: Generate file for use in flatpak
|
||||||
run: python generate-flatpak.py
|
run: python generate-flatpak.py
|
||||||
- name: Intialize builder
|
|
||||||
run: flatpak build-init
|
|
||||||
- name: Build flatpak package
|
- name: Build flatpak package
|
||||||
run: flatpak-builder flatpak codes.swee.SweeCryptGTK.json
|
run: flatpak-builder --disable-rofiles-fuse flatpak codes.swee.SweeCryptGTK.json
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: flatpak/
|
path: flatpak/
|
Loading…
Reference in a new issue