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 2a21cf2 commit 083169e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
script-name: sharkclipper/cli/server.py
standalone: true
onefile: true
output-filename: 'shark-clipper'
include-data-dir: |
./static=static
include-data-files: |
Expand All @@ -62,6 +63,12 @@ jobs:
include-package: |
sharkclipper
# TEST
- name: 'List Output'
if: matrix.python-version == '3.11'
shell: bash
run: ls

- name: Upload Artifacts
if: matrix.python-version == '3.11'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 083169e

Please sign in to comment.