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 27ccc11 commit 16d448bCopy full SHA for 16d448b
.github/workflows/build-unix.yml
@@ -106,13 +106,13 @@ jobs:
106
DOWN_CMD="$DOWN_CMD --prefer-pre-built"
107
fi
108
if [ ${{ inputs.build-cli }} == true ]; then
109
- BUILD_CMD="$DOWN_CMD --build-cli"
+ BUILD_CMD="$BUILD_CMD --build-cli"
110
111
if [ ${{ inputs.build-micro }} == true ]; then
112
- BUILD_CMD="$DOWN_CMD --build-micro"
+ BUILD_CMD="$BUILD_CMD --build-micro"
113
114
if [ ${{ inputs.build-fpm }} == true ]; then
115
- BUILD_CMD="$DOWN_CMD --build-fpm"
+ BUILD_CMD="$BUILD_CMD --build-fpm"
116
117
echo 'download='"$DOWN_CMD" >> "$GITHUB_OUTPUT"
118
echo 'build='"$BUILD_CMD" >> "$GITHUB_OUTPUT"
0 commit comments