mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-27 06:59:49 +00:00
release: add hashes.txt
This commit is contained in:
parent
917d349d81
commit
0d741a0d79
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -52,6 +52,13 @@ jobs:
|
|||||||
package: cmd
|
package: cmd
|
||||||
compress: false
|
compress: false
|
||||||
|
|
||||||
|
- name: Generate hashes
|
||||||
|
run: |
|
||||||
|
cd dist
|
||||||
|
for f in $(find . -type f); do
|
||||||
|
sha256sum $f >> hashes.txt
|
||||||
|
done
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
@ -72,3 +79,4 @@ jobs:
|
|||||||
./dist/hysteria-linux-arm
|
./dist/hysteria-linux-arm
|
||||||
./dist/hysteria-linux-arm64
|
./dist/hysteria-linux-arm64
|
||||||
./dist/hysteria-linux-mipsle
|
./dist/hysteria-linux-mipsle
|
||||||
|
./dist/hashes.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user