Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Apr 19, 2021
1 parent 4e2b399 commit e21999e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
wails build
- name: Zip assets
run: |
zip -r flowcontrol.zip ./src/flowcontrol/build
zip -r firmware.zip ./firmware
zip -rj flowcontrol.zip ./src/flowcontrol/build
zip -rj firmware.zip ./firmware
cp flowcontrol.zip /home/runner/work/flowcontrol.zip
cp firmware.zip /home/runner/work/firmware.zip
#Create release
Expand Down

0 comments on commit e21999e

Please sign in to comment.