Fix cross build file link from build.yml (#33735)

codeowners-core
Liam Cervante 3 years ago committed by GitHub
parent 5e63aa01c7
commit 9d330d2b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,7 +93,7 @@ jobs:
needs:
- get-product-version
- get-go-version
uses: ./.github/workflows/build-terraform-oss.yml
uses: ./.github/workflows/build-terraform-cli.yml
with:
goarch: ${{ matrix.goarch }}
goos: ${{ matrix.goos }}

Loading…
Cancel
Save