Skip to content

Commit

Permalink
fix working dir for etcd jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aneesh1 committed Sep 19, 2024
1 parent 9323aa5 commit cd4ab1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dd-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
env:
GITHUB_REF: ${{ github.ref }}
- name: Build etcd
run: GOOS=linux REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git ./scripts/build-binary ${{ env.RELEASE_VERSION }}
run: REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git ./scripts/build-binary ${{ env.RELEASE_VERSION }}
env:
GITHUB_REPOSITORY: ${{ github.repository }}
- name: Calculate checksums
id: calculate_checksums
shell: bash
working-directory: /release
working-directory: release/
env:
ETCD_BUILD_PLATFORM: ${{ matrix.platform }}
run: |
Expand Down

0 comments on commit cd4ab1e

Please sign in to comment.