From 5ed48aee0b62ddb8fd8d976f521d5fcd50ae3df5 Mon Sep 17 00:00:00 2001 From: VintagePC <53943260+vintagepc@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:39:42 -0400 Subject: [PATCH] ... apparently I'm blind? --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7199dd9..3cbcd28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: branches: [ main, MMU_* ] tags: - "v*" - + jobs: build: runs-on: ubuntu-latest @@ -70,7 +70,7 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" draft: true files: | - "build/autopublish/*.hex" + build/autopublish/*.hex tests: runs-on: ubuntu-latest