From 8b04f7f9c7505390f4062f2952520d7cf82a5975 Mon Sep 17 00:00:00 2001 From: VintagePC <53943260+vintagepc@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:38:17 -0500 Subject: [PATCH] no-op to test whitelist of action --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c4d5ca6..591b4a6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,8 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" draft: true - files: "build/autopublish/*.hex" + files: | + "build/autopublish/*.hex" tests: runs-on: ubuntu-latest