Skip to content

Commit

Permalink
add overwrite flag
Browse files Browse the repository at this point in the history
  • Loading branch information
restenb committed Dec 12, 2024
1 parent a73f5b7 commit 9ed6c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
name: cosim-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.compiler_version }}-${{ matrix.option_proxyfmu }}
path: build/${{ matrix.build_type }}/dist
overwrite: true

windows:
name: Windows
Expand Down Expand Up @@ -81,3 +82,4 @@ jobs:
with:
name: cosim-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.option_proxyfmu }}
path: build/dist
overwrite: true

0 comments on commit 9ed6c45

Please sign in to comment.