summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 3f6e932050..e2105be6c0 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -39,3 +39,11 @@ before_build:
build_script:
- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% %OPTIONS% %EXTRA_ARGS%
+
+after_build:
+ - 7z a godot_build.zip bin\*.exe
+
+artifacts:
+ - path: godot_build.zip
+ name: Build
+ type: zip