Skip to content

Commit

Permalink
chore: use multiple commands in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Nov 4, 2023
1 parent 523b35b commit 6d7d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d7d997

Please sign in to comment.