Skip to content

Commit 1751f90

Browse files
committed
fixing paths
1 parent 93d1b6e commit 1751f90

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
@@ -8,7 +8,7 @@ before_build:
88
build_script:
99
- cmd: dotnet publish --framework netcoreapp2.0 -c Release ./Web/QueryTree.csproj -o ./dist
1010
after_build:
11-
- cmd: 7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/Web/dist/
11+
- cmd: 7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/Web/dist/*
1212
artifacts:
1313
- path: QueryTree.zip
1414
name: QueryTree

0 commit comments

Comments
 (0)