From 083169e76f3c628234715263cfc634e996c9f04e Mon Sep 17 00:00:00 2001 From: Eriq Augustine Date: Wed, 26 Jun 2024 20:18:33 -0400 Subject: [PATCH] (wip) Working on changing the name of the output executable. --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 883b8c7..9d5e7aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | @@ -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