Skip to content

Commit

Permalink
Merge pull request #76 from richardadonnell/1.49
Browse files Browse the repository at this point in the history
Update zip-on-pr.yml
  • Loading branch information
richardadonnell authored Nov 24, 2024
2 parents cb5cda9 + f5c9278 commit 629c7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zip-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 629c7d3

Please sign in to comment.