Skip to content

Commit

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

- if: matrix.os != 'windows-latest'
name: Set binary path name on non-windows
run: echo "BINARY_PATH=./dist/Hastructure-exe" >> $GITHUB_ENV
run: echo "BINARY_PATH=dist/Hastructure-exe" >> $GITHUB_ENV

- name: Load Release URL File from release job
uses: actions/download-artifact@v4
Expand Down

0 comments on commit ae0eacd

Please # to comment.