Name change to openHASP

This commit is contained in:
fvanroie 2021-04-02 18:54:13 +02:00
parent d8e9c33057
commit 1f1b54f316
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
- name: Upload output file - name: Upload output file
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: hasp-lvgl firmware.zip name: openHASP firmware.zip
path: build_output/firmware/*.bin path: build_output/firmware/*.bin
#- name: Create release and upload firmware #- name: Create release and upload firmware
# run: | # run: |

View File

@ -44,7 +44,7 @@ jobs:
- name: Upload output file - name: Upload output file
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: hasp-lvgl firmware.zip name: openHASP firmware.zip
path: build_output/firmware/*.bin path: build_output/firmware/*.bin
- name: Create release and upload firmware - name: Create release and upload firmware
run: | run: |