mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +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:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
- name: Build
|
||||
- name: Build rust package
|
||||
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
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
target/release/reset
|
||||
flatpak/reset.flatpak
|
||||
|
|
Loading…
Reference in a new issue