Skip to content

Commit 063bde3

Browse files
committed
[ci] Fix remaining artifact paths
1 parent c45546a commit 063bde3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ jobs:
314314
aws s3 cp linux-static-arm64-binaries/neko-*.tar.gz $HXBUILDS_S3ADDR/neko/linux-arm64/neko_latest.tar.gz
315315
aws s3 cp mac-static-arm64-binaries/neko-*.tar.gz $HXBUILDS_S3ADDR/neko/mac/neko_latest.tar.gz
316316
aws s3 cp mac-static-arm64-binaries/neko-*.tar.gz $HXBUILDS_S3ADDR/neko/mac-arm64/neko_latest.tar.gz
317-
aws s3 cp windows-vs2017-binaries/neko-*.zip $HXBUILDS_S3ADDR/neko/windows/neko_latest.zip
318-
aws s3 cp windows64-vs2017-binaries/neko-*.zip $HXBUILDS_S3ADDR/neko/windows64/neko_latest.zip
317+
aws s3 cp neko-*-win.zip $HXBUILDS_S3ADDR/neko/windows/neko_latest.zip
318+
aws s3 cp neko-*-win64.zip $HXBUILDS_S3ADDR/neko/windows64/neko_latest.zip
319319
320320
# Chocolatey packages have to be named with version number,
321321
# so let's use web redirection to keep the original file name.

0 commit comments

Comments
 (0)