Skip to content

Commit

Permalink
(wip) Working on changing the name of the output executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Jun 27, 2024
1 parent 083169e commit 188e3d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
script-name: sharkclipper/cli/server.py
standalone: true
onefile: true
output-filename: 'shark-clipper'
output-file: 'shark-clipper'
include-data-dir: |
./static=static
include-data-files: |
Expand All @@ -67,7 +67,7 @@ jobs:
- name: 'List Output'
if: matrix.python-version == '3.11'
shell: bash
run: ls
run: ls build

- name: Upload Artifacts
if: matrix.python-version == '3.11'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ __pycache__/
/*.bin
/*.build
/*.onefile-build
/shark-clipper*

/ffmpeg
/ffprobe

0 comments on commit 188e3d8

Please sign in to comment.