Skip to content

Commit

Permalink
Action: Fix nested artifact directory.
Browse files Browse the repository at this point in the history
In previous tests artifact directory was:

/home/runner/work/MHKiT-MATLAB/MHKiT-MATLAB/mhkit_webread_cache/mhkit_webread_cache

It should be:

/home/runner/work/MHKiT-MATLAB/MHKiT-MATLAB/mhkit_webread_cache
  • Loading branch information
simmsa committed Dec 6, 2023
1 parent 2e045a2 commit f1e2971
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: mhkit_webread_cache
path: mhkit_webread_cache

main:
needs: cache_population
strategy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: mhkit_webread_cache
path: mhkit_webread_cache

main:
needs: cache_population
Expand Down

0 comments on commit f1e2971

Please sign in to comment.