diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36b2a76..40ee7fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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