appveyor: Fix path to 7zip
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
d1c2be3d1e
commit
2a18df18ba
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ on_success:
|
|||
if [ $? -eq 0 ] ; then
|
||||
echo "Release already exists, nothing to do.";
|
||||
else
|
||||
./test/7zas a -mx9 "${CURR_VER}_build-sc.7z" package.json index.mjs api
|
||||
./7zas a -mx9 "${CURR_VER}_build-sc.7z" package.json index.mjs api
|
||||
echo "Creating release on gitea"
|
||||
RELEASE_RESULT=$(curl \
|
||||
-X POST \
|
||||
|
|
Loading…
Reference in a new issue