Skip to content

Commit

Permalink
Merge pull request #6 from pomerium/cdoxsey/shasum
Browse files Browse the repository at this point in the history
upload sha256 sums
  • Loading branch information
calebdoxsey committed Jun 11, 2021
2 parents 7a82afb + 039b736 commit a3b6644
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: |
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
mv bazel-bin/source/exe/envoy-static envoy-darwin-amd64
- name: shasum
run: |
shasum -a 256 envoy-darwin-amd64 envoy-darwin-amd64.sha256
- name: Upload binaries to release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -66,6 +69,11 @@ jobs:
run: |
go run . ${{steps.tagName.outputs.tag}}
- name: shasum
run: |
shasum -a 256 envoy-linux-amd64 envoy-linux-amd64.sha256
shasum -a 256 envoy-linux-arm64 envoy-linux-arm64.sha256
- name: Upload binaries to release
working-directory: fetchenvoy
env:
Expand Down

0 comments on commit a3b6644

Please sign in to comment.