Skip to content

Commit

Permalink
Github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Feb 19, 2024
1 parent 2fbaefb commit b334bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: matrix.build_type == 'Release'
with:
name: proxyfmu
name: proxyfmu-linux64-${{ matrix.build_type }}
path: build/install/bin/*

windows:
Expand Down Expand Up @@ -82,5 +82,5 @@ jobs:
- uses: actions/upload-artifact@v3
if: matrix.build_type == 'Release'
with:
name: proxyfmu
name: proxyfmu-win64-${{ matrix.build_type }}
path: build/install/bin/*

0 comments on commit b334bfd

Please sign in to comment.