Skip to content

Commit

Permalink
Fix path for upload action
Browse files Browse the repository at this point in the history
Signed-off-by: Sreekanth <[email protected]>
  • Loading branch information
BulkBeing committed Aug 16, 2024
1 parent 53d1316 commit 59d47d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: numaflow-rs-linux-amd64
path: numaflow-rs-linux-amd64
path: rust/numaflow-rs-linux-amd64

build-rust-arm64:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: numaflow-rs-linux-arm64
path: numaflow-rs-linux-arm64
path: rust/numaflow-rs-linux-arm64

build-push-linux-multi:
name: Build & push linux/amd64 and linux/arm64
Expand Down

0 comments on commit 59d47d2

Please sign in to comment.