Merge pull request #80 from hoilc/patch-1

Fix typo in package name
This commit is contained in:
Mark Janssen 2024-03-25 14:50:38 +01:00 committed by GitHub
commit 84d44b608b
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