2 parents 5ca514f + 87769e0 commit 06878f1Copy full SHA for 06878f1
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -51,14 +51,14 @@ jobs:
51
uses: actions/upload-artifact@v4.6.2
52
with:
53
name: compiler-linux-x86_64
54
- path: "**/build/**/compiler"
+ path: "**/build/**/cc0"
55
56
- name: Upload artifact (Windows)
57
if: matrix.os == 'windows-latest'
58
59
60
name: compiler-windows-x86_64
61
- path: "**/build/**/compiler.exe"
+ path: "**/build/**/cc0.exe"
62
63
- name: Test
64
working-directory: ${{ steps.strings.outputs.build-output-dir }}
0 commit comments