Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 9a54dc3

Browse files
committed
Override binary name
1 parent 2a77ea5 commit 9a54dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: runner.os == 'Windows'
6868
run: |
6969
mkdir "%ProgramData%\Docker\cli-plugins" || echo already exists
70-
make install PLUGIN_DIR="%ProgramData%\Docker\cli-plugins"
70+
make BINARY_NAME=docker-model.exe install PLUGIN_DIR="%ProgramData%\Docker\cli-plugins"
7171
dir "%ProgramData%\Docker\cli-plugins"
7272
shell: cmd
7373

0 commit comments

Comments
 (0)