Skip to content

Commit

Permalink
ci: add missing fi statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Oct 26, 2024
1 parent 1226891 commit 76a8346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
cargo install cross --git https://github.com/rust-embedded/cross
cross build --release --target x86_64-pc-windows-gnu
cp target/x86_64-pc-windows-gnu/release/vrc-osc-manager.exe ./vrc-osc-manager.exe
fi
shell: bash

- name: Upload Binary Artifact
Expand Down

0 comments on commit 76a8346

Please sign in to comment.