Skip to content

Commit 8f9bf53

Browse files
committed
add names
1 parent 3f499fe commit 8f9bf53

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- name: Checkout
8+
uses: actions/checkout@v2
89
- name: Set up Python
910
uses: actions/setup-python@v1
1011
- name: Install PlatformIO
@@ -15,7 +16,8 @@ jobs:
1516
run: |
1617
cd src
1718
platformio run
18-
- uses: actions/upload-artifact@v2-preview
19+
- name: Upload artifcats
20+
uses: actions/upload-artifact@v2-preview
1921
with:
2022
name: firmware
2123
path: src/.pio/build/**/*.bin

0 commit comments

Comments
 (0)