Skip to content

Commit cc68662

Browse files
committed
ci: fix contrast CLI build path
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
1 parent ffd10e7 commit cc68662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/release_artifacts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ runs:
170170
- name: Build CLI
171171
shell: bash
172172
run: |
173-
nix build -L .#contrast.cli-release --out-link workspace/contrast
173+
nix build -L .#contrast.cli-release --out-link workspace/contrast-cli
174174
- name: AWS login (IAM role)
175175
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
176176
with:

0 commit comments

Comments
 (0)