From 122a2b8f59636f444ae3d111ba4eb00a3e34c212 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Tue, 5 Mar 2024 00:04:46 +0000 Subject: [PATCH] matrix compile --- .github/workflows/pio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pio.yml b/.github/workflows/pio.yml index bdcf0b95..48fc07f4 100644 --- a/.github/workflows/pio.yml +++ b/.github/workflows/pio.yml @@ -64,6 +64,6 @@ jobs: uses: actions/upload-artifact@v3 with: name: StarMod-${{ matrix.environment }}-${{env.git_branch}}-${{env.git_hash}}.bin - path: .pio/build/${{ matrix.environment }/firmware.bin + path: .pio/build/${{ matrix.environment }}/firmware.bin retention-days: 30