Skip to content

Commit

Permalink
Attempt to fix Windows version arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 21, 2023
1 parent 0f605b7 commit a49470d
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 @@ -50,7 +50,7 @@ jobs:
if: matrix.platform.os == 'windows-latest'
run: echo "Windows :("
env:
VERSION_ARG: "'package.version=\\\"${{ github.event.inputs.version }}\\\"'"
VERSION_ARG: "'package.version=\\\\\"${{ github.event.inputs.version }}\\\\\"'"
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
Expand Down

0 comments on commit a49470d

Please sign in to comment.