Update appveyor.yml

This commit is contained in:
daniel11420 2021-04-06 03:48:22 +02:00 committed by GitHub
parent 3affe2a6a1
commit 572d1ddd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,3 +38,12 @@ install:
build_script:
- haxelib run lime build linux
- haxelib run lime build windows
artifacts:
- path: export/release/linux
name: Linux release
type: zip
- path: export/release/windows
name: Windows release
type: zip