Skip to content

Commit

Permalink
Rename jag.zip to jag_windows.zip. (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Apr 29, 2024
1 parent 82d2839 commit 1dd487b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ jobs:
mkdir release
cp jag_installer_x64.exe release
cp jag_installer_x64.exe release/jag_installer.exe
cp jag.zip release/jag.zip
# The filename 'jag_windows.zip' is used by the esp-idf installer.
# See https://github.com/espressif/idf-env/blob/681ec4a5056336e3a4573ceda3d7b27976ba3951/src/toit.rs#L18
cp jag.zip release/jag_windows.zip
- name: Upload Windows release files
if: (github.event_name == 'release') && (runner.os == 'Windows')
Expand Down

0 comments on commit 1dd487b

Please sign in to comment.