diff --git a/.github/workflows/webmin.dev-deploy-webmin-package.yml b/.github/workflows/webmin.dev-deploy-webmin-package.yml index ce2862e9f..b10bccb03 100644 --- a/.github/workflows/webmin.dev-deploy-webmin-package.yml +++ b/.github/workflows/webmin.dev-deploy-webmin-package.yml @@ -26,5 +26,5 @@ jobs: ENV_BUILD__CLOUD_UPLOAD_SSH_HOST: ${{ secrets.WEBMIN_DEV__IP_ADDR }} working-directory: ./.github/build run: |- - ./build-deb-package.bash webmin --testing --verbose - ./build-rpm-package.bash webmin --testing --verbose + ./build-deb-package.bash webmin --testing + ./build-rpm-package.bash webmin --testing