Skip to content

Commit

Permalink
Update release_bundler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores authored Nov 15, 2023
1 parent 123f078 commit 788bd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
apt-get install zip -y
python3.11 -m venv .venv
/root/.local/bin/poetry install
/root/.local/bin/poetry install --with build
/root/.local/bin/poetry add pyinstaller==5.13.0
/root/.local/bin/poetry run pyinstaller .venv/bin/ofscraper --collect-submodules application --name "ofscraper_linux_${{inputs.version}}" --onefile
zip -r "dist/ofscraper_linux_${{inputs.version}}.zip" "dist/ofscraper_linux_${{inputs.version}}"
Expand Down

0 comments on commit 788bd94

Please sign in to comment.