Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 2fa4618

Browse files
committed
change upload format
1 parent dd9cb5e commit 2fa4618

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/Platformio_CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
- name: Build PlatformIO Project
2929
run: pio run -e regular -e ROS
3030
working-directory: MicrocontrollerCode
31-
- name: Upload firmware artifacts
31+
- name: Upload firmware
3232
uses: actions/upload-artifact@v4
3333
with:
34-
name: firmware-builds
35-
path: |
36-
MicrocontrollerCode/.pio/build/ROS/firmware.uf2
34+
name: firmware.uf2
35+
path: MicrocontrollerCode/.pio/build/ROS/firmware.uf2
3736
if-no-files-found: warn

0 commit comments

Comments
 (0)