Skip to content

Commit 63a1ec5

Browse files
committed
Fix release workflow bash syntax error
1 parent 3742e85 commit 63a1ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
BINARIES=(${BINARIES[@]/%/.exe})
8787
fi
8888
89-
if [[ ${{ matrix.binutils-target }} ]]; then
89+
if [[ '${{ matrix.binutils-target }}' ]]; then
9090
STRIP=${{ matrix.binutils-target }}-$STRIP
9191
fi
9292

0 commit comments

Comments
 (0)