Skip to content

Commit

Permalink
try different path
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Sep 13, 2024
1 parent c8b5f0d commit 823fd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: output_${{ matrix.type }}
path: ${PWD}/tests/data//MoAEpilot/derivatives
path: /home/runner/work/cat12-container/cat12-container/tests/data/MoAEpilot/derivatives

two-sessions:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -128,4 +128,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: output_${{ matrix.type }}
path: ${PWD}/tests/data/ds002799/derivatives
path: /home/runner/work/cat12-container/cat12-container/tests/data/ds002799/derivatives

0 comments on commit 823fd01

Please sign in to comment.