Skip to content

Commit

Permalink
Update CI.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf2002ghty authored Sep 15, 2024
1 parent 94ac8e2 commit 3f06aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_make/CI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ echo "[Info] CI build test OK."
echo "[Info] Compressing & packing artifacts to prepare for uploading..."

cd ./release_make
md artifacts
mkdir artifacts

zip -9 -r ./artifacts/Windows-x86_64.zip ./release-builds/win/x64 || Error
zip -9 -r ./artifacts/Windows-ARM64.zip ./release-builds/win/arm64 || Error
Expand Down

0 comments on commit 3f06aa6

Please sign in to comment.