Skip to content

Commit a1bf7fe

Browse files
committed
pull mac releases from our build repo
1 parent fe3d4b5 commit a1bf7fe

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ jobs:
4040
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} linux arm64
4141
gh release upload ${{ steps.tagName.outputs.tag }} bin/envoy-linux-* --clobber
4242
43-
- name: fetch and upload envoy (darwin)
43+
- name: fetch and upload our built envoy (darwin)
4444
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
4646
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
47+
gh release download -R pomerium/envoy-build ${{ steps.tagName.outputs.tag }}
48+
gh release upload ${{ steps.tagName.outputs.tag }} envoy-darwin-* --clobber

0 commit comments

Comments
 (0)