Paths are fun

This commit is contained in:
Mark McDowall 2024-01-06 16:13:53 -08:00
parent e300265a49
commit 87df5d9873
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ do
if [[ "$name" == *"win"* ]]; then
if [ "$RUNNER_OS" = "Windows" ]
then
(cd $folderName; 7z a -tzip "$artifactsFolder/$name.zip" ./Sonarr)
(cd $folderName; 7z a -tzip "../../$artifactsFolder/$name.zip" ./Sonarr)
else
(cd $folderName; zip -rq "../../$artifactsFolder/$name.zip" ./Sonarr)
fi