Skip to content

Commit

Permalink
Fix CI paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Oct 21, 2024
1 parent 70b5ddd commit d4a2d93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Upload tasks
uses: actions/upload-artifact@v4
with:
name: fsi-workflow-tasks
path: fsi-workflow/fsi-workflow-tasks.pdf
name: precice-course-fsi-workflow-tasks
path: fsi-workflow/precice-course-fsi-workflow-tasks.pdf
if-no-files-found: error
- name: Upload fsi-workflow
uses: actions/upload-artifact@v4
with:
name: fsi-workflow
name: precice-course-fsi-workflow-src
path: fsi-workflow
if-no-files-found: error

0 comments on commit d4a2d93

Please sign in to comment.