mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
Fix upload path
This commit is contained in:
parent
964fc32749
commit
94d6e879e1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -54,6 +54,6 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: >
|
||||
hysteria_windows_amd64.zip
|
||||
hysteria_linux_amd64.tar.gz
|
||||
hysteria_darwin_amd64.zip
|
||||
./dist/hysteria_windows_amd64.zip
|
||||
./dist/hysteria_linux_amd64.tar.gz
|
||||
./dist/hysteria_darwin_amd64.zip
|
Loading…
Add table
Add a link
Reference in a new issue