appveyor: Fix path to 7zip
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master v2.0.0
Jonatan Nilsson 2022-03-10 15:23:46 +00:00
parent d1c2be3d1e
commit 2a18df18ba
1 changed files with 1 additions and 1 deletions

View File

@ -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 \