Skip to content

Commit

Permalink
Merge pull request #78 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 0d6db69 + e55f1e5 commit 96f6bed
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 temp directory to maintain folder structure
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 96f6bed

Please sign in to comment.