diff options
author | Ilya Shipitsin <chipitsine@gmail.com> | 2022-09-10 09:51:13 +0500 |
---|---|---|
committer | Ilya Shipitsin <chipitsine@gmail.com> | 2022-09-10 09:51:13 +0500 |
commit | 2e9adeeeaec26ff0d6588d2831171676b0c9da69 (patch) | |
tree | 5b021074a4fefeb0f250220519ba9791f0ef17b3 | |
parent | a43a9b57c013de76550281b656b9ae79c3076059 (diff) | |
download | portable-2e9adeeeaec26ff0d6588d2831171676b0c9da69.tar.gz portable-2e9adeeeaec26ff0d6588d2831171676b0c9da69.tar.bz2 portable-2e9adeeeaec26ff0d6588d2831171676b0c9da69.zip |
appveyor: store entire build folder in artifacts
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 3 |
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 | ||
51 | artifacts: | 51 | artifacts: |
52 | - path: build\Testing | 52 | - path: build |
53 | name: Testing | ||
54 | type: zip | 53 | type: zip |