Skip to content

Commit

Permalink
Fix pyinstaller code
Browse files Browse the repository at this point in the history
  • Loading branch information
AdenKoperczak committed Jan 8, 2025
1 parent cd9472a commit 5da937c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ jobs:
- name: Make Executables
shell: bash
cd source
pyinstaller grib2pf.spec
run: |
cd source
pyinstaller grib2pf.spec
- name: Copy Files to Output
shell: bash
Expand Down

0 comments on commit 5da937c

Please sign in to comment.