Skip to content

Commit

Permalink
fix: artifacts for release flow
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed May 14, 2024
1 parent 6a4ec38 commit 84ef01e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/job.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,21 +244,20 @@ jobs:
with:
name: cli-debug-${{ matrix.tag }}
path: |
./packages/cli/build/native/nativeCompile/elide.debug
./packages/cli/build/native/nativeCompile/elide.debug.debug
./packages/cli/build/native/nativeCompile/elide.debug.xz
./packages/cli/build/native/nativeCompile/resources
./packages/cli/build/native/nativeCompile/*.so
- name: "Artifacts: Debug Binary (Windows)"
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
if: success() && contains(matrix.runner, 'windows')
with:
name: cli-debug-${{ matrix.tag }}
path: |
./packages/cli/build/native/nativeCompile/elide.debug
- name: "Artifacts: Dashboard Dump"
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
if: success()
with:
name: cli-debug-report-${{ matrix.tag }}
path: |
./packages/cli/build/native/nativeCompile/elide-tool.bgv
./packages/cli/build/native/nativeCompile/resources
./packages/cli/build/native/nativeCompile/*.dll
##
## Job: CLI (Native Release)
Expand Down Expand Up @@ -379,6 +378,7 @@ jobs:
arguments: |
:packages:cli:nativeOptimizedCompile
:packages:cli:dist
-x :packages:cli:nativeCompile
-Prelease=true
-PbuildMode=release
--scan
Expand All @@ -395,4 +395,6 @@ jobs:
with:
name: cli-release-${{ matrix.tag }}
path: |
./packages/cli/build/distributions/*
./packages/cli/build/native/nativeOptimizedCompile/elide
./packages/cli/build/native/nativeOptimizedCompile/resources
./packages/cli/build/native/nativeOptimizedCompile/*.so

0 comments on commit 84ef01e

Please sign in to comment.