Skip to content

Commit

Permalink
upload build artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Timm Ruppert <[email protected]>
  • Loading branch information
TimmRuppert committed Dec 20, 2024
1 parent 73bbebe commit 9b69ad2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ jobs:

- name: Build C++
working-directory: build
run: cmake --build .
run: cmake --build .

- name: Upload FMU Artifact
uses: actions/upload-artifact@v4
with:
name: sl-5-5-osi-trace-file-player.fmu
path: build/sl-5-5-osi-trace-file-player.fmu

0 comments on commit 9b69ad2

Please sign in to comment.