mirror of
https://github.com/Cloudef/bemenu
synced 2025-03-11 10:17:28 +00:00
flatpak: build the action branch
This commit is contained in:
parent
7f6aff52ee
commit
391bf16c85
9
.github/workflows/flatpak.yml
vendored
9
.github/workflows/flatpak.yml
vendored
@ -14,12 +14,17 @@ jobs:
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
|
||||
- name: Fixup the manifests (PR only)
|
||||
if: github.event_name == 'pull_request'
|
||||
run: |
|
||||
sed -i 's|branch: master|branch: ${{ github.ref }}|' pw.cloudef.bemenu.yml
|
||||
sed -i 's|branch: master|branch: ${{ github.ref }}|' pw.cloudef.bemenu-run.yml
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||
with:
|
||||
bundle: pw.cloudef.bemenu.flatpak
|
||||
manifest-path: pw.cloudef.bemenu.yml
|
||||
cache-key: flatpak-builder-bemenu-${{ github.sha }}
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||
with:
|
||||
bundle: pw.cloudef.bemenu-run.flatpak
|
||||
manifest-path: pw.cloudef.bemenu-run.yml
|
||||
|
@ -12,6 +12,7 @@ modules:
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/Cloudef/bemenu.git
|
||||
branch: master
|
||||
finish-args:
|
||||
- --share=ipc
|
||||
- --socket=x11
|
||||
|
@ -12,6 +12,7 @@ modules:
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/Cloudef/bemenu.git
|
||||
branch: master
|
||||
finish-args:
|
||||
- --share=ipc
|
||||
- --socket=x11
|
||||
|
Loading…
Reference in New Issue
Block a user