Actually build before release
This commit is contained in:
parent
f0121274a6
commit
ffefad5db5
@ -9,6 +9,8 @@ COMMIT=$(git log | head -n 1 | cut -d' ' -f2)
|
||||
echo $COMMIT
|
||||
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/*
|
||||
|
||||
DATA='{
|
||||
|
Loading…
x
Reference in New Issue
Block a user