Changed verbose curl to progressbar

This commit is contained in:
2025-01-13 17:45:37 +00:00
parent 645e39e159
commit e0a9443cd9

View File

@@ -40,7 +40,7 @@ runs:
curl --user "MilaBot:${{ inputs.token }}" \ curl --user "MilaBot:${{ inputs.token }}" \
--upload-file "${{ inputs.customArchiveName }}.tar.gz" \ --upload-file "${{ inputs.customArchiveName }}.tar.gz" \
"${PKG_URL}" \ "${PKG_URL}" \
--verbose \ --progress-bar \
--show-error \ --show-error \
--fail --fail