Skip to content

Commit

Permalink
set repo in the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
aneesh1 committed Sep 19, 2024
1 parent 93f0ec1 commit c961f09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dd-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
env:
GITHUB_REF: ${{ github.ref }}
- name: Build etcd
run: GOOS=linux ./scripts/build-binary ${VERSION}
run: GOOS=linux [email protected]/${{ 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
Expand Down

0 comments on commit c961f09

Please sign in to comment.