Skip to content

feat: Green light on open door (#3) #3

feat: Green light on open door (#3)

feat: Green light on open door (#3) #3

Workflow file for this run

name: Compile
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
uses: docker://teeed/stm32-toolchain-make-action
- name: Move artifacts
run: mkdir artifacts && cp build/canpybara.bin build/canpybara.hex build/canpybara.elf artifacts/
- name: Upload artifacts
uses: actions/[email protected]
with:
name: binaries
path: artifacts