Fix typo in package name

This commit is contained in:
hoilc 2024-03-25 21:25:00 +08:00 committed by GitHub
parent d55d9286a0
commit 0d62ae5af3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,6 @@ jobs:
if: github.event_name == 'release'
with:
file: proxytunnel.zip
asset_name: proxytunnel-${{ github.ref.name }}-x86_64-windows-msys.zip
asset_name: proxytunnel-${{ github.ref_name }}-x86_64-windows-msys.zip
tag: ${{ github.ref }}
overwrite: true