We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc1dcc commit 12edd7bCopy full SHA for 12edd7b
1 file changed
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
with:
81
tag_name: v${{ inputs.release }}
82
name: v${{ inputs.release }}
83
- files: ${{ github.workspace }}\vcpkg-${{ matrix.os }}.zip
+ files: ${{ github.workspace }}/vcpkg-${{ matrix.os }}.zip
84
env:
85
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86
0 commit comments