Skip to content

Commit 12edd7b

Browse files
committed
trying forward slash on publish
1 parent 5cc1dcc commit 12edd7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
tag_name: v${{ inputs.release }}
8282
name: v${{ inputs.release }}
83-
files: ${{ github.workspace }}\vcpkg-${{ matrix.os }}.zip
83+
files: ${{ github.workspace }}/vcpkg-${{ matrix.os }}.zip
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686

0 commit comments

Comments
 (0)