fix: enable build-bundle option in Flatpak workflows and adjust source path

This commit is contained in:
2026-01-28 22:50:15 +03:00
parent 712a0968a7
commit 7a1723fbcb
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -24,3 +24,4 @@ jobs:
manifest-path: packages/flatpak/ru.arabianq.pwsp.yaml manifest-path: packages/flatpak/ru.arabianq.pwsp.yaml
cache: true cache: true
branch: master branch: master
build-bundle: true
+1
View File
@@ -62,6 +62,7 @@ jobs:
manifest-path: packages/flatpak/ru.arabianq.pwsp.yaml manifest-path: packages/flatpak/ru.arabianq.pwsp.yaml
cache: true cache: true
branch: master branch: master
build-bundle: true
- name: Upload Flatpak to release - name: Upload Flatpak to release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
+1 -1
View File
@@ -44,4 +44,4 @@ modules:
- install -Dm644 packages/flatpak/ru.arabianq.pwsp.metainfo.xml /app/share/metainfo/ru.arabianq.pwsp.metainfo.xml - install -Dm644 packages/flatpak/ru.arabianq.pwsp.metainfo.xml /app/share/metainfo/ru.arabianq.pwsp.metainfo.xml
sources: sources:
- type: dir - type: dir
path: . path: ../../