Skip to content

Commit 35e42f0

Browse files
committed
tag v0.3.3
AppVeyor isn't working as documented. Try some more fixes. Signed-off-by: Sean Cross <[email protected]>
1 parent 9978105 commit 35e42f0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miditran"
3-
version = "0.3.1"
3+
version = "0.3.3"
44
authors = ["Sean Cross <[email protected]>"]
55

66
[dependencies]

appveyor.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ environment:
1515
matrix:
1616
# MSVC
1717
- TARGET: x86_64-pc-windows-msvc
18-
- TARGET: x86_64-pc-windows-msvc
19-
RUST_VERSION: nightly
18+
# - TARGET: x86_64-pc-windows-msvc
19+
# RUST_VERSION: nightly
2020

2121
install:
2222
- ps: >-
@@ -46,8 +46,9 @@ before_deploy:
4646

4747
deploy:
4848
artifact: /.*\.zip/
49+
release: midi-perform-v$(appveyor_build_version)
4950
auth_token:
50-
secure: 6eJOjWv2eburw+V4lUSkAN5OCs1fYr1C96WgULOZzgYDT7DLhC0oaaGuN9jeIw6z
51+
secure: '6eJOjWv2eburw+V4lUSkAN5OCs1fYr1C96WgULOZzgYDT7DLhC0oaaGuN9jeIw6z'
5152
description: 'Automated release'
5253
on:
5354
# TODO Here you can pick which targets will generate binary releases

0 commit comments

Comments
 (0)