Update appveyor.yml

This commit is contained in:
Leonardo Zide 2020-09-13 20:13:33 -07:00
parent d91f0a6b6a
commit 8223b61a24

View file

@ -92,7 +92,7 @@ for:
- cd build/release - cd build/release
- macdeployqt LeoCAD.app -dmg - macdeployqt LeoCAD.app -dmg
- export VERSION=$(git rev-parse --short HEAD) - export VERSION=$(git rev-parse --short HEAD)
- mv LeoCAD.dmg LeoCAD-macOS-$VERSION.dmg - mv LeoCAD.dmg ../../LeoCAD-macOS-$VERSION.dmg
artifacts: artifacts:
- path: LeoCAD-macOS-$(VERSION).dmg - path: LeoCAD-macOS-$(VERSION).dmg
name: leocad name: leocad
@ -100,7 +100,7 @@ for:
deploy: deploy:
- provider: GitHub - provider: GitHub
tag: continuous tag: continuous
description: Continuous build for commit $(appveyor_repo_commit) description: Continuous build for commit $(VERSION)
auth_token: auth_token:
secure: +EZPzYX4wUEc6MYg4kBLx9TogAqeeeWUPgtEW3VtAJATrBtxwpuOQIHrrR4hbc7a secure: +EZPzYX4wUEc6MYg4kBLx9TogAqeeeWUPgtEW3VtAJATrBtxwpuOQIHrrR4hbc7a
artifact: leocad artifact: leocad