Skip to content

Commit e4c3c0d

Browse files
committed
Fix $ is missing
(cherry picked from commit 073e024)
1 parent 9069591 commit e4c3c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build-binary-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
shell: bash
174174
run: |
175175
BUILD_DIR=./build-debug
176-
INSTALL_DIR_DEBUG={{ env.INSTALL_DIR }}-Debug
176+
INSTALL_DIR_DEBUG=${{ env.INSTALL_DIR }}-Debug
177177
mkdir -p $BUILD_DIR
178178
cmake -B $BUILD_DIR \
179179
-G "${{ matrix.generator }}" ${{ matrix.arch }} \

0 commit comments

Comments
 (0)