From 7af9888d54e486f57ac78e81618b538892cfac4c Mon Sep 17 00:00:00 2001 From: Jeff Wilde Date: Fri, 7 Jul 2023 22:56:07 -0400 Subject: [PATCH] :construction_worker: Fix The Build AgainGain (#7) Id needed to reference output. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9bc5bc..9583d55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Download artifact + id: download uses: actions/download-artifact@v3 with: name: firmware