Skip to content

Commit

Permalink
Embed variant in build name
Browse files Browse the repository at this point in the history
  • Loading branch information
gcochard committed Feb 14, 2023
1 parent b5a83fe commit fcee904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcee904

Please sign in to comment.