mirror of
https://github.com/leozide/leocad
synced 2025-01-18 22:26:44 +01:00
Update appveyor.yml
This commit is contained in:
parent
d91f0a6b6a
commit
8223b61a24
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue