We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffda7c7 + 521a33e commit 46b9c7bCopy full SHA for 46b9c7b
.github/workflows/build.yml
@@ -6,15 +6,20 @@ jobs:
6
steps:
7
- name: Checkout
8
uses: actions/checkout@v2
9
-
+
10
- name: Build with Arduino-CLI
11
run: bash ci/build-arduino.sh
12
13
pio-build:
14
runs-on: ubuntu-latest
15
16
17
18
19
- name: Build with PlatformIO
20
run: bash ci/build-platformio.sh
21
22
+ - uses: actions/upload-artifact@v2
23
+ with:
24
+ name: firmware
25
+ path: .pio/build/*/firmware.bin
0 commit comments