mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
clean up build file and use builder 6.3
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -1,11 +1,9 @@
|
||||
---
|
||||
name: "tagged-release"
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v[0-9]+.0-9]+.0-9]+"
|
||||
|
||||
jobs:
|
||||
flatpak:
|
||||
name: Flatpak
|
||||
@@ -17,7 +15,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6.3
|
||||
with:
|
||||
bundle: toolboxtuner.flatpak
|
||||
manifest-path: build-aux/org.kuchelmeister.ToolboxTuner.json
|
||||
@@ -45,7 +43,8 @@ jobs:
|
||||
path: |
|
||||
*.tar.gz
|
||||
*.sha256sum
|
||||
publish-prerelease:
|
||||
publish-release:
|
||||
name: publish-release
|
||||
needs: [flatpak, vendor]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user