Skip to content

Commit 039b736

Browse files
committed
upload sha256 sums
1 parent 7a82afb commit 039b736

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
run: |
2727
bazelisk build --curses=no --show_task_finish --verbose_failures --action_env=PATH=/usr/local/bin:/opt/local/bin:/usr/bin:/bin:$PATH --test_output=all -c "opt" //source/exe:envoy-static --config=sizeopt
2828
mv bazel-bin/source/exe/envoy-static envoy-darwin-amd64
29+
- name: shasum
30+
run: |
31+
shasum -a 256 envoy-darwin-amd64 envoy-darwin-amd64.sha256
2932
- name: Upload binaries to release
3033
env:
3134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -66,6 +69,11 @@ jobs:
6669
run: |
6770
go run . ${{steps.tagName.outputs.tag}}
6871
72+
- name: shasum
73+
run: |
74+
shasum -a 256 envoy-linux-amd64 envoy-linux-amd64.sha256
75+
shasum -a 256 envoy-linux-arm64 envoy-linux-arm64.sha256
76+
6977
- name: Upload binaries to release
7078
working-directory: fetchenvoy
7179
env:

0 commit comments

Comments
 (0)