Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahegian authored May 14, 2022
1 parent f445e65 commit b49489a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:

- name: Build Win
if: matrix.config.os == 'windows-2022'
run: SET VERSION=0.2.${{ github.run_number }}
run: cargo build --release
run: SET VERSION=0.2.${{ github.run_number }} & cargo build --release

- name: Upload release
if: matrix.config.os != 'windows-2022'
Expand Down

0 comments on commit b49489a

Please sign in to comment.