We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3d4b5 commit a1bf7feCopy full SHA for a1bf7fe
.github/workflows/release.yaml
@@ -40,10 +40,9 @@ jobs:
40
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} linux arm64
41
gh release upload ${{ steps.tagName.outputs.tag }} bin/envoy-linux-* --clobber
42
43
- - name: fetch and upload envoy (darwin)
+ - name: fetch and upload our built envoy (darwin)
44
env:
45
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
46
run: |
47
- ./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} darwin amd64
48
- ./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} darwin arm64
49
- gh release upload ${{ steps.tagName.outputs.tag }} bin/envoy-darwin-* --clobber
+ gh release download -R pomerium/envoy-build ${{ steps.tagName.outputs.tag }}
+ gh release upload ${{ steps.tagName.outputs.tag }} envoy-darwin-* --clobber
0 commit comments