mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-16 09:19:51 +00:00
Fix upload path
This commit is contained in:
parent
964fc32749
commit
94d6e879e1
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -54,6 +54,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
files: >
|
files: >
|
||||||
hysteria_windows_amd64.zip
|
./dist/hysteria_windows_amd64.zip
|
||||||
hysteria_linux_amd64.tar.gz
|
./dist/hysteria_linux_amd64.tar.gz
|
||||||
hysteria_darwin_amd64.zip
|
./dist/hysteria_darwin_amd64.zip
|
Loading…
x
Reference in New Issue
Block a user