Skip to content

Commit

Permalink
Merge pull request #137 from gisce/pyinstaller_fix
Browse files Browse the repository at this point in the history
Pyinstaller fix
  • Loading branch information
polsala authored Sep 1, 2023
2 parents 6c0c8a1 + ed84726 commit 3339762
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 2.7
Expand All @@ -27,7 +27,8 @@ jobs:
strip_v: false
- name: Generate binary
run: |
pip install pyinstaller
pip install pyinstaller==3.3.1
pip install -e .
pyinstaller --onefile -n sastre apply_pr/cli.py
- name: Creating a realease/pre-release
id: create_release
Expand Down

0 comments on commit 3339762

Please sign in to comment.