Skip to content

Commit 3cf71af

Browse files
committed
Fix CI
1 parent 8222ed3 commit 3cf71af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
python -m pip install --upgrade pip
6868
pip install --upgrade platformio
69-
pio run -e ${{ matrix.board }}
69+
REF_NAME="${{ github.ref_name }}" pio run -e ${{ matrix.board }}
7070
cp .pio/build/${{ matrix.board }}/firmware.bin ./safeboot-${{ matrix.board }}.bin
7171
7272
- name: Upload

0 commit comments

Comments
 (0)