Skip to content

Commit 9fa9e0c

Browse files
committed
bruh
1 parent 3b3e089 commit 9fa9e0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ after_build:
2525
Push-AppveyorArtifact "CodeStats\bin\$env:PLATFORM\$env:CONFIGURATION\CodeStats.dll" -FileName CodeStats_$($env:PLATFORM).dll
2626
}
2727
28-
if ($($env:APPVEYOR_REPO_TAG) -eq "true") {
29-
$ZipFileName = "notepadpp-CodeStats_$($env:APPVEYOR_REPO_TAG_NAME)_$($env:PLATFORM)_$($env:CONFIGURATION).zip"
30-
Remove-Item CodeStats\bin\$env:PLATFORM\$env:CONFIGURATION\*.exp
31-
Remove-Item CodeStats\bin\$env:PLATFORM\$env:CONFIGURATION\*.lib
32-
7z a $ZipFileName CodeStats\bin\$env:PLATFORM\$env:CONFIGURATION\*
28+
if (1) {
29+
$ZipFileName = "notepadpp-CodeStats_$($env:APPVEYOR_REPO_TAG_NAME)_$($env:PLATFORM)_$($env:CONFIGURATION).zip" ;
30+
Remove-Item CodeStats\bin\$env:PLATFORM\$env:CONFIGURATION\*.exp ;
31+
Remove-Item CodeStats\bin\$env:PLATFORM\$env:CONFIGURATION\*.lib ;
32+
7z a $ZipFileName CodeStats\bin\$env:PLATFORM\$env:CONFIGURATION\* ;
3333
}
3434
3535
artifacts:

0 commit comments

Comments
 (0)