From 7a16a4c75c4e5f254570a4b897f8fd9ca47022b8 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Tue, 5 Mar 2024 00:03:43 +0000 Subject: [PATCH] matrix compile --- .github/workflows/pio.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pio.yml b/.github/workflows/pio.yml index 915658a4..bdcf0b95 100644 --- a/.github/workflows/pio.yml +++ b/.github/workflows/pio.yml @@ -63,7 +63,7 @@ jobs: - name: 'Upload Artifact' uses: actions/upload-artifact@v3 with: - name: StarMod-${{ matrix.environment }}-${{env.git_branch}}-${{env.git_hash}}.bin - path: .pio/build/${{ matrix.environment }/firmware.bin - retention-days: 30 + name: StarMod-${{ matrix.environment }}-${{env.git_branch}}-${{env.git_hash}}.bin + path: .pio/build/${{ matrix.environment }/firmware.bin + retention-days: 30