Remove double zip extension

This commit is contained in:
fvanroie 2021-11-05 16:30:18 +01:00
parent f2fd400b5c
commit 471b3b56ae

View File

@ -75,7 +75,7 @@ jobs:
- name: Upload output file
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.environments }}.zip
name: ${{ matrix.environments }}
path: build_output/firmware/*.bin
#- name: Create release and upload firmware
# run: |