aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2022-09-10 09:51:13 +0500
committerIlya Shipitsin <chipitsine@gmail.com>2022-09-10 09:51:13 +0500
commit2e9adeeeaec26ff0d6588d2831171676b0c9da69 (patch)
tree5b021074a4fefeb0f250220519ba9791f0ef17b3
parenta43a9b57c013de76550281b656b9ae79c3076059 (diff)
downloadportable-2e9adeeeaec26ff0d6588d2831171676b0c9da69.tar.gz
portable-2e9adeeeaec26ff0d6588d2831171676b0c9da69.tar.bz2
portable-2e9adeeeaec26ff0d6588d2831171676b0c9da69.zip
appveyor: store entire build folder in artifacts
Diffstat (limited to '')
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 33a32da..59238d7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -49,6 +49,5 @@ on_failure:
49 - appveyor PushArtifact Testing.zip 49 - appveyor PushArtifact Testing.zip
50 50
51artifacts: 51artifacts:
52 - path: build\Testing 52 - path: build
53 name: Testing
54 type: zip 53 type: zip