We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd10e7 commit cc68662Copy full SHA for cc68662
.github/actions/release_artifacts/action.yml
@@ -170,7 +170,7 @@ runs:
170
- name: Build CLI
171
shell: bash
172
run: |
173
- nix build -L .#contrast.cli-release --out-link workspace/contrast
+ nix build -L .#contrast.cli-release --out-link workspace/contrast-cli
174
- name: AWS login (IAM role)
175
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
176
with:
0 commit comments