From 8223b61a2452d20b7fd4e6084c4f66839cd3ac21 Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Sun, 13 Sep 2020 20:13:33 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c29700bd..2ef01bb3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -92,7 +92,7 @@ for: - cd build/release - macdeployqt LeoCAD.app -dmg - export VERSION=$(git rev-parse --short HEAD) - - mv LeoCAD.dmg LeoCAD-macOS-$VERSION.dmg + - mv LeoCAD.dmg ../../LeoCAD-macOS-$VERSION.dmg artifacts: - path: LeoCAD-macOS-$(VERSION).dmg name: leocad @@ -100,7 +100,7 @@ for: deploy: - provider: GitHub tag: continuous - description: Continuous build for commit $(appveyor_repo_commit) + description: Continuous build for commit $(VERSION) auth_token: secure: +EZPzYX4wUEc6MYg4kBLx9TogAqeeeWUPgtEW3VtAJATrBtxwpuOQIHrrR4hbc7a artifact: leocad