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 cb820c3 commit ffbda36Copy full SHA for ffbda36
.github/workflows/main.yml
@@ -111,7 +111,7 @@ jobs:
111
if: startsWith(github.ref, 'refs/tags/')
112
with:
113
files: |
114
- 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
115
env:
116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117
build-macos-x86:
0 commit comments