Skip to content

Commit

Permalink
Correctly set the version for windows releases (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored Dec 1, 2023
1 parent 976c082 commit aa6d2b6
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 @@ -34,9 +34,9 @@ jobs:
run: |
ci/ubuntu-install-packages
- name: Set the version
id: version
shell: bash
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}

- name: Install Rust
Expand Down

0 comments on commit aa6d2b6

Please sign in to comment.