diff --git a/.github/workflows/screenshot-test.yml b/.github/workflows/screenshot-test.yml index 2bd2d7386cb..11ef3ec9f1d 100644 --- a/.github/workflows/screenshot-test.yml +++ b/.github/workflows/screenshot-test.yml @@ -73,7 +73,7 @@ jobs: - name: Upload screenshots run: | cd test/componentFixtures/.screenshots/current - zip -r "$GITHUB_WORKSPACE/screenshots.zip" . + zip -qr "$GITHUB_WORKSPACE/screenshots.zip" . curl -sS -f -X POST "https://hediet-screenshots.azurewebsites.net/upload" \ -H "Content-Type: application/zip" \ -H "Authorization: Bearer $SCREENSHOT_SERVICE_TOKEN" \