Skip to content

Commit ffd3511

Browse files
committed
CI deploy Windows: fix exe name
1 parent c6c6fe3 commit ffd3511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
&& runner.os == 'Windows'
165165
shell: bash
166166
run: |
167-
export FIXW_VER_EXE=fixw-${FIXW_VERSION}.exe
167+
export FIXW_VER_EXE=fix-whitespace-${FIXW_VERSION}.exe
168168
cp -p ${FIXW_EXE}.exe ${FIXW_VER_EXE}
169169
# Save env variables for the next step
170170
echo "FIXW_VER_EXE=${FIXW_VER_EXE}" >> ${GITHUB_ENV}

0 commit comments

Comments
 (0)