Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
Include compiler name in emulator artifact package name
  • Loading branch information
visrealm authored Sep 16, 2023
1 parent 5ebb308 commit 402f339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
- name: Archive build artifacts
uses: actions/upload-artifact@v3
with:
name: emulator-${{ matrix.os }}-build
name: emulator-${{ matrix.os }}-${{ matrix.cpp_compiler }}-build
path: ${{ steps.strings.outputs.build-output-dir }}/bin

0 comments on commit 402f339

Please sign in to comment.