Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Winor authored Mar 7, 2022
1 parent 241c6a6 commit aa4c393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# - name: Add Toolchain
# run: rustup toolchain install stable-x86_64-pc-windows-gnu
- name: Build
run: cargo build --verbose --target x86_64-pc-windows-gnu --release
run: cargo build --verbose --release
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit aa4c393

Please sign in to comment.