Skip to content

Commit 4ab87e5

Browse files
authored
Update docker-image.yml
1 parent 97286e6 commit 4ab87e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- if: matrix.os == 'windows-latest'
8181
name: Set binary path name on windows
82-
run: echo "BINARY_PATH=dist/Hastructure-exe.exe" >> $env:$GITHUB_ENV
82+
run: echo "BINARY_PATH=dist/Hastructure-exe.exe" >> $env:GITHUB_ENV
8383

8484
- if: matrix.os != 'windows-latest'
8585
name: Set binary path name on non-windows

0 commit comments

Comments
 (0)