Skip to content

Commit

Permalink
Update commit_bundler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores authored Oct 9, 2023
1 parent 438eae6 commit 809c9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Install package
run: poetry install
- name: Install builder
run: poetry add pyinstaller
run: poetry add pyinstaller==5.13.0
# - name: temp deactive
# run: deactive
- name: create-one-file
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Install package
run: poetry install
- name: Install builder
run: pip install pyinstaller
run: pip install pyinstaller==5.13.0
- name: create-one-file
id: create-one-file
run: poetry run pyinstaller /Users/runner/work/OF-Scraper/OF-Scraper/ofscraper/__main__.py --collect-submodules ofscraper --onefile --name "ofscraper_macos_${{ steps.commit.outputs.short}}"
Expand Down

0 comments on commit 809c9a8

Please sign in to comment.