|
|
|
@ -11,8 +11,10 @@ export PATH=$PATH:"C:\Program Files\7-Zip"
|
|
|
|
|
TAG=$(date +%s)
|
|
|
|
|
"C:/Program Files/Python310/python.exe" setup.py build
|
|
|
|
|
sleep 2
|
|
|
|
|
7z a -r release-$COMMIT.zip ./build/exe.win-amd64-3.10/*
|
|
|
|
|
7z a -sfx7z.sfx IPPigeon-install.exe ./build/exe.win-amd64-3.10/*
|
|
|
|
|
mv ./build/exe.win-amd64-3.10/ ./build/ippigeon-win
|
|
|
|
|
7z a -r release-$COMMIT.zip ./build/ippigeon-win
|
|
|
|
|
7z a -sfx7z.sfx IPPigeon-install.exe ./build/ippigeon-win
|
|
|
|
|
mv ./build/ippigeon-win/ ./build/exe.win-amd64-3.10
|
|
|
|
|
#sleep 30
|
|
|
|
|
DATA='{
|
|
|
|
|
"body": "Autogenerated release",
|
|
|
|
|