Skip to content

Commit

Permalink
CI: Fix path to src artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Oct 22, 2024
1 parent eea5fe8 commit c0c121c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Upload src archive
uses: actions/upload-artifact@v4
with:
name: precice-course-fsi-workflow-src.tar.gz
path: fsi-workflow
name: precice-course-fsi-workflow-src
path: precice-course-fsi-workflow-src.tar.gz
if-no-files-found: error

0 comments on commit c0c121c

Please sign in to comment.