Skip to content

Commit

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

0 comments on commit eea5fe8

Please sign in to comment.