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 Oct 9, 2023
1 parent 776a9d0 commit 5e0e671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
python3.11 -m venv .venv
/root/.local/bin/poetry add lxml
/root/.local/bin/poetry install
/root/.local/bin/poetry add pyinstaller
/root/.local/bin/poetry add pyinstaller==5.13.0
echo "install run pyinstaller"
/root/.local/bin/poetry run pyinstaller .venv/bin/ofscraper --collect-submodules application --name "ofscraper_linux_${{inputs.version}}" --onefile
- name: upload one file
Expand All @@ -114,7 +114,7 @@ jobs:
apt-get install zip -y
python3.11 -m venv .venv
/root/.local/bin/poetry install
/root/.local/bin/poetry add pyinstaller
/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}}"
- name: upload zip
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Install package
run: poetry install
- name: install builder
run: poetry add pyinstaller
run: poetry add pyinstaller==5.13.0
- name: create-one-file
id: create-one-file
run: poetry run pyinstaller D:\a\OF-Scraper\OF-Scraper\ofscraper\__main__.py --collect-submodules ofscraper --onefile --name "ofscraper_windows_${{inputs.version}}"
Expand Down

0 comments on commit 5e0e671

Please sign in to comment.