mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Update Flatpak Builder Workflow
This commit is contained in:
12
.github/workflows/flatpak-builder.yml
vendored
12
.github/workflows/flatpak-builder.yml
vendored
@@ -5,17 +5,15 @@ on:
|
|||||||
name: Flatpak Builder
|
name: Flatpak Builder
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: "Flatpak"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
image: bilelmoussaoui/flatpak-github-actions:gnome-47
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
|
||||||
|
|
||||||
- name: Flatpak Builder
|
|
||||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
|
|
||||||
with:
|
with:
|
||||||
bundle: io.github.flattool.Warehouse.flatpak
|
bundle: io.github.flattool.Warehouse.flatpak
|
||||||
manifest-path: build-aux/io.github.flattool.Warehouse.json
|
manifest-path: build-aux/io.github.flattool.Warehouse.json
|
||||||
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user