Skip to content

Commit

Permalink
Release.yml (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyHuynh1 authored Oct 4, 2023
1 parent 88b41f3 commit d7b61a5
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 @@ -106,7 +106,7 @@ jobs:
if: ${{ matrix.os-name == 'windows' }}
run: |
mkdir release
rustup run stable cargo build --release
cargo build --release
mv target/release/broker.exe release/broker-$env:RELEASE_VERSION-x86_64-windows.exe
gh release upload ${{ github.ref_name }} release/broker-$env:RELEASE_VERSION-x86_64-windows.exe --clobber
Expand Down

0 comments on commit d7b61a5

Please sign in to comment.