Skip to content

Commit 48bc6df

Browse files
committed
fix deployment to github releases
(appveyor is not deploying if tag name exists, so split it up for win/unix)
1 parent cf415a4 commit 48bc6df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ deploy:
9292
tags: true
9393
repo: obspy/anaconda-installers
9494
# try to upload all binaries to one spot..
95-
name: "${OBSPY_VERSION}"
95+
name: "${TRAVIS_TAG}-unix"
9696
draft: false
9797
prerelease: false

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ artifacts:
9494
# obspy/anconda-installers, so rely on manually attaching installers to github
9595
# releases..
9696
deploy:
97-
release: $(OBSPY_VERSION)
97+
release: $(APPVEYOR_REPO_TAG_NAME)-win
9898
description: 'Anaconda ObsPy installers'
9999
provider: GitHub
100100
auth_token:

0 commit comments

Comments
 (0)