Skip to content

Commit

Permalink
CI deploy Windows: fix exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Nov 20, 2022
1 parent c6c6fe3 commit ffd3511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
&& runner.os == 'Windows'
shell: bash
run: |
export FIXW_VER_EXE=fixw-${FIXW_VERSION}.exe
export FIXW_VER_EXE=fix-whitespace-${FIXW_VERSION}.exe
cp -p ${FIXW_EXE}.exe ${FIXW_VER_EXE}
# Save env variables for the next step
echo "FIXW_VER_EXE=${FIXW_VER_EXE}" >> ${GITHUB_ENV}
Expand Down

0 comments on commit ffd3511

Please sign in to comment.