Skip to content

Commit

Permalink
fix: ensure runtime bins are included in releases (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Sep 20, 2024
1 parent d160329 commit c7b8ec8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
owner: defenseunicorns
repositories: homebrew-tap

- name: Download Runtime binaries for embedding
run: |
./hack/update-uds-runtime-binaries.sh uds-runtime-linux-amd64
./hack/update-uds-runtime-binaries.sh uds-runtime-linux-arm64
./hack/update-uds-runtime-binaries.sh uds-runtime-darwin-amd64
./hack/update-uds-runtime-binaries.sh uds-runtime-darwin-arm64
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
Expand Down

0 comments on commit c7b8ec8

Please sign in to comment.