From fcee904c38c8ca049aa367a41f8bcb313fefb628 Mon Sep 17 00:00:00 2001 From: Greg Cochard Date: Tue, 14 Feb 2023 13:34:43 -0800 Subject: [PATCH] Embed variant in build name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17d562f..ae3190c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: # Finally, we compile the sketch, using the FQBN that was set # in the build matrix. - name: Compile Sketch - run: arduino-cli --config-file arduino-cli.yml compile --fqbn ${{ matrix.fqbn }} -e + run: arduino-cli --config-file arduino-cli.yml compile --fqbn ${{ matrix.fqbn }} --build-properties build.project_name=arduino-bsec-wifi.${{matrix.buildpath}} -e - name: Upload the artifact uses: actions/upload-artifact@v3