Skip to content

Commit 5dc87a5

Browse files
committed
use compiler name as artifact name and include only examples build
1 parent baf130f commit 5dc87a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
uses: ./.github/actions/upload-artifact
8989
if: ${{ always() && steps.build.outcome == 'success' && steps.test.outcome == 'success'}}
9090
with:
91-
DEST_NAME: ${{ matrix.os }}-sQOI_build
92-
SOURCE_DIR: ${{ steps.strings.outputs.build-output-dir }}
91+
DEST_NAME: ${{ matrix.os }}_${{ matrix.c_compiler }}_sQOI
92+
SOURCE_DIR: ${{ steps.strings.outputs.build-output-dir }}/examples
9393

0 commit comments

Comments
 (0)