mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-08 21:39:56 +00:00
fix: use a more stable release action
This commit is contained in:
parent
1688ca5edd
commit
3d87d193ff
8
.github/workflows/release-tun.yml
vendored
8
.github/workflows/release-tun.yml
vendored
@ -40,12 +40,10 @@ jobs:
|
|||||||
pkg: cmd
|
pkg: cmd
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: meeDamian/github-release@v2.0.3
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
files: |
|
||||||
gzip: false
|
|
||||||
allow_override: true
|
|
||||||
files: >
|
|
||||||
./dist/hysteria-linux-amd64
|
./dist/hysteria-linux-amd64
|
||||||
./dist/hysteria-linux-386
|
./dist/hysteria-linux-386
|
||||||
./dist/hysteria-linux-arm-5
|
./dist/hysteria-linux-arm-5
|
||||||
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -40,12 +40,10 @@ jobs:
|
|||||||
compress: false
|
compress: false
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: meeDamian/github-release@v2.0.3
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
files: |
|
||||||
gzip: false
|
|
||||||
allow_override: true
|
|
||||||
files: >
|
|
||||||
./dist/hysteria-notun-linux-amd64
|
./dist/hysteria-notun-linux-amd64
|
||||||
./dist/hysteria-notun-linux-386
|
./dist/hysteria-notun-linux-386
|
||||||
./dist/hysteria-notun-linux-arm
|
./dist/hysteria-notun-linux-arm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user