Skip to content

Commit

Permalink
strip binaries before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jan 24, 2024
1 parent df484eb commit 464e4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp-rllm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Build cpp-rllm
run: cargo build --verbose --release --no-default-features
working-directory: cpp-rllm
- run: strip target/release/cpp-rllm
- name: Artifact upload
uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rllm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: cargo build --verbose --release
working-directory: rllm

- run: strip target/release/rllm-server
- name: Artifact upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 464e4f8

Please sign in to comment.