Skip to content

Commit c2a796f

Browse files
authored
fix: zip file (#13)
1 parent d108294 commit c2a796f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Upload Release Assets
4747
if: ${{ github.event_name == 'push' }}
4848
run: |
49-
zip ESP01Firmware.zip src/ESP01Firmware/build/esp8266.esp8266.generic/ESP01Firmware.ino.bin
49+
cd src/ESP01Firmware/build/esp8266.esp8266.generic
50+
zip ESP01Firmware.zip ESP01Firmware.ino.bin
5051
gh release upload ${{ steps.draft-release.outputs.tag_name }} ESP01Firmware.zip --clobber
5152

0 commit comments

Comments
 (0)