Skip to content

Commit

Permalink
ci: use correct path for Windows datadog-ci release (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsrip-dd authored May 21, 2024
1 parent a84d97a commit 72faee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dd-ci-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
steps:
- if: runner.os == 'Windows'
shell: bash
run: echo "DD_CI_CLI_BUILD=win-x64.exe" >> $GITHUB_ENV
run: echo "DD_CI_CLI_BUILD=win-x64" >> $GITHUB_ENV
- if: runner.os == 'macOS'
shell: bash
run: echo "DD_CI_CLI_BUILD=darwin-x64" >> $GITHUB_ENV
Expand Down

0 comments on commit 72faee8

Please sign in to comment.