Skip to content

Commit

Permalink
Attempt to fix package version modification on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 21, 2023
1 parent 9d9f6de commit 5b7a075
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 @@ -49,7 +49,7 @@ jobs:
with:
command: ${{ matrix.platform.command }}
target: ${{ matrix.platform.target }}
args: "--locked --release --config 'package.version=\"${{ github.event.inputs.version }}\"'"
args: "--locked --release --config 'package.version=\\\"${{ github.event.inputs.version }}\\\"'"
strip: true
# ripped from https://github.com/houseabsolute/precious/blob/master/.github/workflows/ci.yml
- name: Package as archive
Expand Down

0 comments on commit 5b7a075

Please sign in to comment.