mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 08:34:42 +08:00
Create a flatpak tag for the release. Must have one.
This commit is contained in:
@@ -25,6 +25,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Create flatpak-latest tag
|
||||
run: |
|
||||
git tag -a -f flatpak-latest -m "flatpak-latest for ${{ github.ref_name }} branch."
|
||||
|
||||
- name: Build Flatpak
|
||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
@@ -46,6 +50,7 @@ jobs:
|
||||
body: Build from latest ${{ github.ref_name }} branch.
|
||||
files: |
|
||||
seergdb.flatpak
|
||||
tag_name: flatpak-latest
|
||||
draft: false
|
||||
prerelease: true
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user