mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-03 21:24:30 +03:00
update flatpak-builder
This commit is contained in:
parent
ed47229ac9
commit
0f0e9e427f
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -100,18 +100,19 @@ jobs:
|
||||
run: cat com.github.Murmele.Gittyup.yml
|
||||
|
||||
- name: Build package
|
||||
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
bundle: Gittyup.flatpak
|
||||
manifest-path: com.github.Murmele.Gittyup.yml
|
||||
cache: false
|
||||
upload-artifact: true
|
||||
verbose: true
|
||||
branch: ${{ steps.flatpak_release_branch.outputs.value }}
|
||||
|
||||
- name: Publish build artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: com.github.Murmele.Gittyup/*
|
||||
name: Gittyup Flatpak
|
||||
path: Gittyup.flatpak
|
||||
|
||||
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user