Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrunot committed May 30, 2024
1 parent 2ab3aa3 commit 205f64e
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 @@ -47,7 +47,7 @@ jobs:
- name: Upload firmware image for ${{ matrix.variant }}
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.variant }} - ${{ github.ref }}
name: ${{ matrix.variant }} - ${{ github.ref_name }}
path: |
.pio/build/${{ matrix.variant }}/firmware.bin
.pio/build/${{ matrix.variant }}/firmware_metrics.txt
Expand Down

0 comments on commit 205f64e

Please sign in to comment.