From b4258a0fd61fedc84627b0372449f64cc9676d69 Mon Sep 17 00:00:00 2001 From: Guo-Rong <5484552+gkoh@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:41:57 +1030 Subject: [PATCH] Fix extraneous brace. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 139288e..f946521 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: furble-${{ matrix.platform }}-${{ github.ref_name }}+${{ github.run_attempt }}.bin - path: .pio/build/${{ matrix.platform }})/firmware.bin + path: .pio/build/${{ matrix.platform }}/firmware.bin if-no-files-found: error release: