We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf130f commit 5dc87a5Copy full SHA for 5dc87a5
.github/workflows/cmake-multi-platform.yml
@@ -88,6 +88,6 @@ jobs:
88
uses: ./.github/actions/upload-artifact
89
if: ${{ always() && steps.build.outcome == 'success' && steps.test.outcome == 'success'}}
90
with:
91
- DEST_NAME: ${{ matrix.os }}-sQOI_build
92
- SOURCE_DIR: ${{ steps.strings.outputs.build-output-dir }}
+ DEST_NAME: ${{ matrix.os }}_${{ matrix.c_compiler }}_sQOI
+ SOURCE_DIR: ${{ steps.strings.outputs.build-output-dir }}/examples
93
0 commit comments