We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3742e85 commit 63a1ec5Copy full SHA for 63a1ec5
.github/workflows/release.yml
@@ -86,7 +86,7 @@ jobs:
86
BINARIES=(${BINARIES[@]/%/.exe})
87
fi
88
89
- if [[ ${{ matrix.binutils-target }} ]]; then
+ if [[ '${{ matrix.binutils-target }}' ]]; then
90
STRIP=${{ matrix.binutils-target }}-$STRIP
91
92
0 commit comments