CI: Spacing between commands

Signed-off-by: Luis Garcia <git@luigi311.com>
This commit is contained in:
Luis Garcia 2024-11-24 01:08:47 -07:00
parent 60f84bdbb9
commit 8ec6b11c8e
4 changed files with 23 additions and 0 deletions

View file

@ -13,13 +13,17 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install Binstall
uses: cargo-bins/cargo-binstall@main
- name: install Tauri
run: cargo binstall tauri-cli --no-confirm
- name: npm install (desktop)
working-directory: desktop
run: npm install
- name: npm install (librqbit/webui)
working-directory: crates/librqbit/webui
run: npm install
@ -27,6 +31,7 @@ jobs:
- name: cargo tauri build
working-directory: desktop
run: cargo tauri build --ci
- uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
@ -35,6 +40,7 @@ jobs:
- name: Build release
run: cargo build --profile release-github
- uses: softprops/action-gh-release@v1
with:
generate_release_notes: true