Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit d367010

Browse files
committed
Fix build artifact
1 parent b21ebf8 commit d367010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ before_build:
4545
- dotnet restore
4646

4747
after_build:
48-
- 7z a XOutput.zip %APPVEYOR_BUILD_FOLDER%\XOutput\bin\Release\net452\*.exe %APPVEYOR_BUILD_FOLDER%\XOutput\bin\Release\net452\*.dll
48+
- 7z a XOutput.zip %APPVEYOR_BUILD_FOLDER%\XOutput\bin\Release\net452\*.exe
4949

5050
#---------------------------------#
5151
# tests configuration #

0 commit comments

Comments
 (0)