Skip to content

Commit

Permalink
unifying artifact names #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 25, 2024
1 parent fa33078 commit ffa8a59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ jobs:
- name: Uploading artifacts (SUMO binaries)
uses: actions/upload-artifact@v4
with:
name: Linux-${{ matrix.compiler }}-${{ matrix.build_type }}
name: linux-${{ matrix.compiler }}-${{ matrix.build_type }}-binaries
path: sumo/bin
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Uploading artifacts (SUMO binaries)
uses: actions/upload-artifact@v4
with:
name: macOS
name: ${{ matrix.os }}-binaries
path: sumo/bin

- name: Uploading FMI 2.0 FMU artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Uploading artifacts (SUMO binaries)
uses: actions/upload-artifact@v4
with:
name: Windows-${{ matrix.build_type }}
name: windows-${{ matrix.build_type }}-binaries
path: sumo/bin
retention-days: 30

Expand Down

0 comments on commit ffa8a59

Please sign in to comment.