Re-enable action artifact builds

This commit is contained in:
Ashcon Mohseninia 2022-12-17 16:48:27 +00:00
parent 2b3235abea
commit 80f75cd141
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@ jobs:
- name: Build Prod PCB FW
run: |
pio run -e unified
- uses: actions/upload-artifact@v3
with:
name: UNIFIED_FW
path: |
.pio/build/unified/firmware.elf
.pio/build/unified/firmware.bin
- uses: pyTooling/Actions/releaser@r0
with:
tag: "dev"