Skip to content

Commit

Permalink
Fix path in download action
Browse files Browse the repository at this point in the history
Signed-off-by: Sreekanth <[email protected]>
  • Loading branch information
BulkBeing committed Sep 10, 2024
1 parent 71f5c93 commit 2f431b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,13 @@ jobs:
- name: Download Rust amd64 binaries
uses: actions/download-artifact@v3
with:
name: numaflow-rs-linux-amd64
path: dist/numaflow-rs-linux-amd64
path: dist/

- name: Download Rust arm64 binaries
uses: actions/download-artifact@v3
with:
name: numaflow-rs-linux-arm64
path: dist/numaflow-rs-linux-arm64
path: dist/

- name: List files
run: ls -lR dist/
Expand Down

0 comments on commit 2f431b4

Please sign in to comment.