Skip to content

Commit

Permalink
Fix Windows build upload filename
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Dec 31, 2023
1 parent 46e2f1e commit 310770a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
files: curl-impersonate-chrome.tar.gz
files: libcurl-impersonate-${{ github.ref_name }}.x86_64-win32.tar.gz

0 comments on commit 310770a

Please sign in to comment.