Skip to content

Commit

Permalink
Merge pull request #22 from hozuki/master
Browse files Browse the repository at this point in the history
Fixed download link.
  • Loading branch information
hozuki committed Dec 9, 2016
2 parents dbb87c8 + 6914bd2 commit 770d0a0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,21 @@ after_build:
- 7z a deretore-toolkit.zip -r %APPVEYOR_BUILD_FOLDER%/DereTore.Applications.StarlightDirector/bin/%PLATFORM%/%CONFIGURATION%/*.mdb
- 7z a deretore-toolkit.zip -r %APPVEYOR_BUILD_FOLDER%/DereTore.Applications.StarlightDirector/bin/%PLATFORM%/%CONFIGURATION%/*.wav
- 7z a deretore-toolkit.zip -r %APPVEYOR_BUILD_FOLDER%/DereTore.Applications.ScoreEditor/bin/%PLATFORM%/%CONFIGURATION%/*.wav
- ren deretore-toolkit.zip deretore-toolkit-%PLATFORM%-v%APPVEYOR_BUILD_VERSION%-alpha-b%APPVEYOR_BUILD_NUMBER%.zip
- copy deretore-toolkit.zip deretore-toolkit-%PLATFORM%-v%APPVEYOR_BUILD_VERSION%-alpha-b%APPVEYOR_BUILD_NUMBER%.zip
- copy deretore-toolkit.zip deretore-toolkit-%PLATFORM%.zip
artifacts:
- path: deretore-toolkit-%PLATFORM%-v%APPVEYOR_BUILD_VERSION%-alpha-b%APPVEYOR_BUILD_NUMBER%.zip
name: All
name: WithVersion
- path: deretore-toolkit-%PLATFORM%.zip
name: Static
deploy:
- provider: GitHub
tag: all-build_$(appveyor_build_version)-alpha
release: deretore-toolkit-build_$(appveyor_build_version)
description: 'DereTore Toolkit'
auth_token:
secure: u+MFjjY665AT4PHJ2bFMINBLnnnwSj1jLnNeFZoWfeYbomTNSPOmdahffmZa+dRH
artifact: All # upload all NuGet packages to release assets
artifact: WithVersion # upload all NuGet packages to release assets
draft: false
prerelease: true
on:
Expand Down

0 comments on commit 770d0a0

Please sign in to comment.