diff --git a/action.yml b/action.yml index df0a590..75a4f79 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: curl --user "MilaBot:${{ inputs.token }}" \ --upload-file "${{ inputs.customArchiveName }}.tar.gz" \ "${PKG_URL}" \ - --verbose \ + --progress-bar \ --show-error \ --fail