diff --git a/.github/workflows/zip-on-pr.yml b/.github/workflows/zip-on-pr.yml index fe75965..0b87402 100644 --- a/.github/workflows/zip-on-pr.yml +++ b/.github/workflows/zip-on-pr.yml @@ -97,7 +97,7 @@ jobs: # Create zip from the parent temp directory to include the subfolder echo "Creating zip file..." cd upwork-job-scraper-temp - zip -r "../releases/upwork-job-scraper-${{ env.version_tag }}.zip" . + zip -r "../releases/upwork-job-scraper-${{ env.version_tag }}.zip" upwork-job-scraper cd .. # Debug: Show contents of releases directory