File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180
181181 - name : Create Github Release
182182 if : steps.build.outputs.artifactsFound == 'true'
183- shell : bash {0} # Use bash without -e to respect set +e
183+ # shell: bash {0} # Use bash without -e to respect set +e
184184 run : |
185185 set +e # Disable exit-on-error to allow custom error handling
186186 printf -v red '\033[0;31m'
@@ -241,7 +241,7 @@ jobs:
241241 success=false
242242
243243 while [ $attempt -lt $max_retries ] && [ "$success" = false ]; do
244- upload_response=$(curl -s - w "\n%{http_code}" \
244+ upload_response=$(curl -w "\n%{http_code}" \
245245 -H "Authorization: token ${NODE_AUTH_TOKEN}" \
246246 -H "Content-Type: application/octet-stream" \
247247 --data-binary @"$file" \
You can’t perform that action at this time.
0 commit comments