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/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
flatpak:
|
||||
name: Flatpak
|
||||
name: Flatpak-prerelease
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-46
|
||||
@@ -31,7 +31,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.Devel.json
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
path: |
|
||||
*.flatpak
|
||||
vendor:
|
||||
name: vendor
|
||||
name: vendor-prerelease
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -60,6 +60,7 @@ jobs:
|
||||
*.tar.gz
|
||||
*.sha256sum
|
||||
publish-prerelease:
|
||||
name: publish-prerelease
|
||||
needs: [flatpak, vendor]
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref_name, 'main') && github.ref_type == 'branch'
|
||||
|
||||
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