Skip to content

Commit ffbda36

Browse files
Pattern for release should use forward slash even on Windows
1 parent cb820c3 commit ffbda36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: startsWith(github.ref, 'refs/tags/')
112112
with:
113113
files: |
114-
target\release\${{ env.PACKAGE_NAME }}-${{ steps.get_version.outputs.VERSION }}-${{ env.target }}.zip
114+
target/release/${{ env.PACKAGE_NAME }}-${{ steps.get_version.outputs.VERSION }}-${{ env.target }}.zip
115115
env:
116116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117117
build-macos-x86:

0 commit comments

Comments
 (0)