diff --git a/appveyor.yml b/appveyor.yml index b1c5d77..0f36d91 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,10 +35,13 @@ 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 @@ -46,7 +49,7 @@ deploy: 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: