mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Fix last fuckup of the day
Never code while drunk.
This commit is contained in:
parent
642ca744cb
commit
fe44cc0d85
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ after_test:
|
|||
$ZIP_ARGS = '-mx=1'
|
||||
}
|
||||
|
||||
7z a -bd -tzip -mm=Deflate64 $ZIP_ARGS "ArchiSteamFarm\out\ASF-$RUNTIME.zip"
|
||||
7z a -bd -tzip -mm=Deflate64 $ZIP_ARGS "ArchiSteamFarm\out\ASF-$RUNTIME.zip" "$env:APPVEYOR_BUILD_FOLDER\ArchiSteamFarm\out\$RUNTIME\*"
|
||||
Push-AppveyorArtifact "ArchiSteamFarm\out\ASF-$RUNTIME.zip" -FileName "ASF-$RUNTIME.zip" -DeploymentName "ASF-$RUNTIME.zip"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue