Skip to content

Commit 953a42d

Browse files
lucasssvazradimkarnis
authored andcommitted
ci(packages): Improve naming of generated archives
1 parent b6e08a3 commit 953a42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_esptool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
platform: [armv7, aarch64]
1212
env:
13-
DISTPATH: esptool-${{ matrix.platform }}
13+
DISTPATH: esptool-linux-${{ matrix.platform }}
1414
STUBS_DIR: ./esptool/targets/stub_flasher/
1515
EFUSE_DIR: ./espefuse/efuse_defs/
1616
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi"
@@ -83,7 +83,7 @@ jobs:
8383
SEPARATOR: ':'
8484
RUN_ON: macos-latest # Versions 14 and higher are ARM-based.
8585
- platform: windows
86-
TARGET: win64
86+
TARGET: windows-amd64
8787
EXTEN: .exe
8888
SEPARATOR: ';'
8989
RUN_ON: windows-latest

0 commit comments

Comments
 (0)