Skip to content

Commit

Permalink
Merge pull request #77 from richardadonnell/1.49
Browse files Browse the repository at this point in the history
1.49
  • Loading branch information
richardadonnell authored Nov 24, 2024
2 parents dc1a699 + 5a15380 commit 71115b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zip-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ jobs:
fi
done
# Create zip from the parent temp directory to include the subfolder
# 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" upwork-job-scraper
zip -r "../releases/upwork-job-scraper-${{ env.version_tag }}.zip" ./*
cd ..
# Debug: Show contents of releases directory
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ example_most_recent_element_structure.html
upwork-job-scraper/helpful_commands.md
Upwork-Job-Scraper.code-workspace
misc/helpful_commands.md
releases/
*.attrs
*.Identifier

0 comments on commit 71115b9

Please sign in to comment.