We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97286e6 commit 4ab87e5Copy full SHA for 4ab87e5
.github/workflows/docker-image.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- if: matrix.os == 'windows-latest'
81
name: Set binary path name on windows
82
- run: echo "BINARY_PATH=dist/Hastructure-exe.exe" >> $env:$GITHUB_ENV
+ run: echo "BINARY_PATH=dist/Hastructure-exe.exe" >> $env:GITHUB_ENV
83
84
- if: matrix.os != 'windows-latest'
85
name: Set binary path name on non-windows
0 commit comments