Skip to content

Commit 46029fb

Browse files
authored
Allow repack of windowsWSL target (#4)
1 parent 636c439 commit 46029fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repack_release_from_tzarc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
curl -fsSL https://api.github.com/repos/tzarc/qmk_flashutils/releases/tags/${{ inputs.tzarc_release_tag }} > release.json
4141
jq -r '.assets[] | select(.name | contains("qmk_flashutils")) | .browser_download_url' release.json > flasher_urls.txt
42-
for arch in linuxARM64 linuxX64 linuxRV64 macosARM64 macosX64 macosUNIVERSAL windowsX64; do
42+
for arch in linuxARM64 linuxX64 linuxRV64 macosARM64 macosX64 macosUNIVERSAL windowsX64 windowsWSL; do
4343
for url in $(grep $arch flasher_urls.txt); do
4444
echo Downloading ${url}...
4545
curl -fsSLO $url

0 commit comments

Comments
 (0)