mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: CI/CD add flatpak to release
This commit is contained in:
parent
fc22b5c807
commit
562448b93d
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -12,10 +12,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
- name: Build
|
- name: Build rust package
|
||||||
run: cargo build --release --verbose
|
run: cargo build --release --verbose
|
||||||
|
- name: Build Flatpak
|
||||||
|
run:
|
||||||
|
flatpak-builder build org.xetibo.ReSet.json --force-clean
|
||||||
|
flatpak build-export export build
|
||||||
|
flatpak build-bundle export reset.flatpak org.xetibo.ReSet
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
target/release/reset
|
target/release/reset
|
||||||
|
flatpak/reset.flatpak
|
||||||
|
|
Loading…
Reference in a new issue