Skip to content

Merge pull request #491 from armel/revert-440-fix_tx_freq_check_retur… #8

Merge pull request #491 from armel/revert-440-fix_tx_freq_check_retur…

Merge pull request #491 from armel/revert-440-fix_tx_freq_check_retur… #8

Workflow file for this run

name: Build Firmware
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Compile firmware
run: |
chmod +x compile-with-docker.sh
./compile-with-docker.sh
- name: Upload firmware artifact
uses: actions/upload-artifact@v4
with:
name: firmware-artifact
path: compiled-firmware/f4hwn.packed.bin