Add missing 7zas. Fix path to 7zas
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
2271450a6b
commit
2a1122acb3
2 changed files with 1 additions and 1 deletions
BIN
7zas
Normal file
BIN
7zas
Normal file
Binary file not shown.
|
@ -70,7 +70,7 @@ build_script:
|
|||
continue;
|
||||
fi;
|
||||
|
||||
./7zas a -xr!*.xcf -mx9 "${CURR_VER}_build-sc.7z" package.json index.mjs api base public
|
||||
../7zas a -xr!*.xcf -mx9 "${CURR_VER}_build-sc.7z" package.json index.mjs api base public
|
||||
echo "Creating release on gitea"
|
||||
RELEASE_RESULT=$(curl \
|
||||
-X POST \
|
||||
|
|
Loading…
Reference in a new issue