Skip to content

Commit

Permalink
Fix build pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Nov 1, 2023
1 parent d0a88a5 commit c283f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
run: docker compose logs > logs.txt

- uses: actions/upload-artifact@v3
working-directory: ./deploy/monai-deploy-express
with:
name: logs
path: logs.txt
path: ./deploy/monai-deploy-express/logs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
}
}
]
}
}

0 comments on commit c283f88

Please sign in to comment.