mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-26 14:39:50 +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
|
||||
compress: false
|
||||
|
||||
- name: Generate hashes
|
||||
run: |
|
||||
cd dist
|
||||
for f in $(find . -type f); do
|
||||
sha256sum $f >> hashes.txt
|
||||
done
|
||||
|
||||
- name: Upload
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
@ -72,3 +79,4 @@ jobs:
|
||||
./dist/hysteria-linux-arm
|
||||
./dist/hysteria-linux-arm64
|
||||
./dist/hysteria-linux-mipsle
|
||||
./dist/hashes.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user