Skip to content

Commit

Permalink
Pattern for release should use forward slash even on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisalexander committed Dec 2, 2023
1 parent cb820c3 commit ffbda36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
target\release\${{ env.PACKAGE_NAME }}-${{ steps.get_version.outputs.VERSION }}-${{ env.target }}.zip
target/release/${{ env.PACKAGE_NAME }}-${{ steps.get_version.outputs.VERSION }}-${{ env.target }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build-macos-x86:
Expand Down

0 comments on commit ffbda36

Please sign in to comment.