Skip to content

Commit

Permalink
Fix windows packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantgh committed Oct 14, 2023
1 parent 5a13d1c commit 7b54490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Upload Public Release Asset for Windows
run: |
UPLOAD_URL="${UPLOAD_URL/\{?name,label\}/?name=${{ env.PACKAGE_NAME }}_${{ env.PACKAGE_VERSION }}_windows.tar.gz}"
UPLOAD_URL="${UPLOAD_URL/\{?name,label\}/?name=${{ env.PACKAGE_NAME }}_${{ env.PACKAGE_VERSION }}_windows.zip}"
curl -s -X POST "$UPLOAD_URL" \
-H "Authorization: token ${{ secrets.GH_TOKEN }}" \
-H "Content-Type: application/zip" \
Expand Down

0 comments on commit 7b54490

Please sign in to comment.