Skip to content

Commit 06878f1

Browse files
committed
Merge branch 'rewrite' of github.com:w4z3d/compiler into rewrite
2 parents 5ca514f + 87769e0 commit 06878f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
uses: actions/upload-artifact@v4.6.2
5252
with:
5353
name: compiler-linux-x86_64
54-
path: "**/build/**/compiler"
54+
path: "**/build/**/cc0"
5555

5656
- name: Upload artifact (Windows)
5757
if: matrix.os == 'windows-latest'
5858
uses: actions/upload-artifact@v4.6.2
5959
with:
6060
name: compiler-windows-x86_64
61-
path: "**/build/**/compiler.exe"
61+
path: "**/build/**/cc0.exe"
6262

6363
- name: Test
6464
working-directory: ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)