Skip to content

AyabAsync v1.1.3

AyabAsync v1.1.3 #1698

Workflow file for this run

name: Archive Build
on: [push, pull_request]
jobs:
archive:
runs-on: ubuntu-latest
steps:
- name: Fetch binary
run: wget https://github.com/jpcornil-git/ayabAsync-firmware/releases/download/v1.1.0/firmware_uno_1_1_0.hex
- name: Archive build
uses: actions/upload-artifact@v3
with:
name: ${{format('{0}-{1}',github.sha,github.run_number)}}
path: ./*.hex