Skip to content

Commit

Permalink
another change to the artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Dec 23, 2024
1 parent ca6e8f7 commit 5ee852f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ jobs:
id: set_artifact_name
run: |
if [ "${{ matrix.release }}" = "1" ]; then
echo "artifact_name=firmware-${{ matrix.soc }}-release" >> $GITHUB_ENV
echo "artifact_name=lightinator-${{ matrix.soc }}-release" >> $GITHUB_OUTPUT
else
echo "artifact_name=firmware-${{ matrix.soc }}-debug" >> $GITHUB_ENV
echo "artifact_name=lightinator-${{ matrix.soc }}-debug" >> $GITHUB_OUTPUT
fi
- name: Upload firmware artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5ee852f

Please sign in to comment.