Skip to content

Commit

Permalink
AppVeyor delivery to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
xfred81 committed May 27, 2018
1 parent bb03416 commit 36bdd5e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,20 @@ artifacts:
name: libofx 32-bit
- path: libofx_MINGW64.zip
name: libofx 64-bit
deploy:
- provider: GitHub
release: 1.5.2
auth_token:
secure: sZu+i3QuPeW93JlxEBOJ7E1WYsAZQtIsOHVjzftLxkBvBKX/9Akt4GRYUdQWK3/Z
artifact: libofx 32-bit
draft: true
on:
MSYSTEM: MINGW32
- provider: GitHub
release: 1.5.2
auth_token:
secure: sZu+i3QuPeW93JlxEBOJ7E1WYsAZQtIsOHVjzftLxkBvBKX/9Akt4GRYUdQWK3/Z
artifact: libofx 64-bit
draft: true
on:
MSYSTEM: MINGW64

0 comments on commit 36bdd5e

Please sign in to comment.