Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean authored Sep 21, 2024
1 parent 97286e6 commit 4ab87e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- if: matrix.os == 'windows-latest'
name: Set binary path name on windows
run: echo "BINARY_PATH=dist/Hastructure-exe.exe" >> $env:$GITHUB_ENV
run: echo "BINARY_PATH=dist/Hastructure-exe.exe" >> $env:GITHUB_ENV

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

0 comments on commit 4ab87e5

Please sign in to comment.