From e6112fc5679cf218d9c714d459643d7900740532 Mon Sep 17 00:00:00 2001 From: Aneesh Atri Date: Thu, 19 Sep 2024 15:03:08 -0400 Subject: [PATCH] set repo in the command line --- .github/workflows/dd-build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dd-build.yaml b/.github/workflows/dd-build.yaml index b32423c26e1..f8d5b961d3e 100644 --- a/.github/workflows/dd-build.yaml +++ b/.github/workflows/dd-build.yaml @@ -22,9 +22,10 @@ jobs: env: GITHUB_REF: ${{ github.ref }} - name: Build etcd - run: GOOS=linux ./scripts/build-binary ${VERSION} + run: GOOS=linux REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git ./scripts/build-binary ${VERSION} env: VERSION: ${{ env.RELEASE_VERSION }} + GITHUB_REPOSITORY: ${{ github.repository }} - name: Calculate checksums id: calculate_checksums shell: bash