Skip to content

Commit

Permalink
fix: ci native release build
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Jun 24, 2024
1 parent 9422aaf commit 411d862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/job.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
cache-encryption-key: ${{ secrets.GRADLE_CONFIGURATION_KEY }}
dependency-graph: disabled
arguments: |
:packages:cli:nativeCompile
:packages:runtime:nativeCompile
-Prelease=false
-PbuildMode=dev
--scan
Expand Down Expand Up @@ -337,8 +337,8 @@ jobs:
cache-encryption-key: ${{ secrets.GRADLE_CONFIGURATION_KEY }}
dependency-graph: disabled
arguments: |
:packages:cli:nativeOptimizedCompile
:packages:cli:dist
:packages:runtime:nativeOptimizedCompile
:packages:runtime:dist
-Prelease=true
-PbuildMode=release
--scan
Expand Down

0 comments on commit 411d862

Please sign in to comment.