Skip to content

Commit

Permalink
pull mac releases from our build repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurdro committed Dec 16, 2024
1 parent fe3d4b5 commit a1bf7fe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ jobs:
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} linux arm64
gh release upload ${{ steps.tagName.outputs.tag }} bin/envoy-linux-* --clobber
- name: fetch and upload envoy (darwin)
- name: fetch and upload our built envoy (darwin)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
run: |
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} darwin amd64
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} darwin arm64
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 comments on commit a1bf7fe

Please sign in to comment.