Skip to content
Snippets Groups Projects
Commit fd872437 authored by Holger's avatar Holger
Browse files

fix deploy

parent deb46bf0
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
...@@ -118,12 +118,12 @@ on_finish: ...@@ -118,12 +118,12 @@ on_finish:
deploy: deploy:
provider: GitHub provider: GitHub
auth_token: auth_token:
secure: H6iG8N9jE/dZ8hp6PlSwjttNZ7j1pyvKSH0B8SgM9Iw4mmrjbR+VCxp8ZbehOqgo secure: 0/vpfUG++7riJDu6Zc0smoTJJJm1t9/qiOzY/IR5vtaFNZNVYmRbEt8jS8LxpnFW
artifact: beempy, beempy_sha256, beempy_onefile, beempy_onefile_sha256, beempy_installer, beempy_installer_sha256 artifact: beempy, beempy_sha256, beempy_onefile, beempy_onefile_sha256, beempy_installer, beempy_installer_sha256
draft: true draft: true
prerelease: true prerelease: true
description: "standalone executable of beempy for windows" description: "standalone executable of beempy for windows"
# tag: $(APPVEYOR_REPO_TAG_NAME) # will not work until tag is pushed tag: $(APPVEYOR_REPO_TAG_NAME) # will not work until tag is pushed
on: on:
# configuration: Release # Debug contains non-redist MS DLLs # configuration: Release # Debug contains non-redist MS DLLs
APPVEYOR_REPO_TAG: true # deploy on tag push only APPVEYOR_REPO_TAG: true # deploy on tag push only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment