We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f499fe commit 8f9bf53Copy full SHA for 8f9bf53
1 file changed
.github/workflows/build.yml
@@ -4,7 +4,8 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
+ - name: Checkout
8
+ uses: actions/checkout@v2
9
- name: Set up Python
10
uses: actions/setup-python@v1
11
- name: Install PlatformIO
@@ -15,7 +16,8 @@ jobs:
15
16
run: |
17
cd src
18
platformio run
- - uses: actions/upload-artifact@v2-preview
19
+ - name: Upload artifcats
20
+ uses: actions/upload-artifact@v2-preview
21
with:
22
name: firmware
23
path: src/.pio/build/**/*.bin
0 commit comments