Skip to content

Commit

Permalink
(wip) Working on the nightly release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Jun 27, 2024
1 parent a95c30f commit 904a25b
Showing 1 changed file with 2 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-file: 'shark-clipper-${{ runner.os }}-${{ RUNNER_ARCH }}'
output-file: 'shark-clipper-${{ runner.os }}-${{ runner.arch }}'
include-data-dir: |
./static=static
include-data-files: |
Expand All @@ -67,7 +67,7 @@ jobs:
if: matrix.python-version == '3.11'
uses: actions/upload-artifact@v4
with:
name: 'shark-clipper-${{ runner.os }}-${{ RUNNER_ARCH }}'
name: 'shark-clipper-${{ runner.os }}-${{ runner.arch }}'
compression-level: 0
path: build/shark-clipper*

Expand Down

0 comments on commit 904a25b

Please sign in to comment.