From 63122ecaf2e46290932e05c69e6d4c09c2448773 Mon Sep 17 00:00:00 2001 From: Nexus <84789900+NexushasTaken@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:23:08 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88247c0..9004ed8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: List directory structure run: Get-ChildItem -Recurse - name: Build with c3 - run: .\c3\c3c.exe build examples_template + run: .\c3\c3-windows-Release\c3c.exe build examples_template macos: runs-on: ${{ matrix.os }} strategy: