mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
chore: use multiple commands in CI/CD
This commit is contained in:
parent
523b35be13
commit
6d7d997ed3
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Build rust package
|
||||
run: cargo build --release --verbose
|
||||
- name: Build Flatpak
|
||||
run:
|
||||
run: |
|
||||
cd flatpak
|
||||
flatpak-builder build org.xetibo.ReSet.json --force-clean
|
||||
flatpak build-export export build
|
||||
|
|
Loading…
Reference in a new issue