Skip to content

Commit

Permalink
debug the path to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Aug 24, 2024
1 parent f8e63ee commit 1b89214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: audio-benchmark-results
path: ./AudioBench/benchmark_results/log/${{ env.MODEL_NAME }}/*.json
path: ./AudioBench/log/${{ env.MODEL_NAME }}/*.json
2 changes: 1 addition & 1 deletion .github/workflows/test-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: audio-benchmark-results
path: ./AudioBench/benchmark_results/log/${{ env.MODEL_NAME }}/*.json
path: ./AudioBench/log/${{ env.MODEL_NAME }}/*.json

0 comments on commit 1b89214

Please sign in to comment.