From ebd589409c6272c96083d16f231f755e8cece2b2 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Sat, 21 Jan 2023 16:45:50 -0600 Subject: [PATCH] ci --- .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 7ee8584..398ba40 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: uses: digarok/install-merlin32-action@v0.1.3 - name: Assemble Source run: | - merlin32 -V .\macros\ asm\link.s + merlin32 -V ./macros/ asm/link.s - name: Install Cadius uses: digarok/install-cadius-action@v0.1.3