Skip to content

Commit

Permalink
fix path in build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Feb 1, 2024
1 parent 9a1fc41 commit 57e3c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rllm-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

- name: Build rLLM
run: cargo build --verbose --release
working-directory: rllm
working-directory: rllm-cuda

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

0 comments on commit 57e3c2f

Please sign in to comment.