Skip to content

Commit

Permalink
Try using DeploymentName again to name artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Apr 29, 2017
1 parent 3871a2f commit c9b4070
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Expand Up @@ -84,13 +84,14 @@ test_script:
# AppVeyor refuses to package files outside of the project directory, so we need to copy the
# built package files into it:
- dir
- appveyor PushArtifact BoxBackup-%compiled_version%.zip
- appveyor PushArtifact BoxBackup-%compiled_version%.exe
- appveyor PushArtifact -path BoxBackup-%compiled_version%.zip -DeploymentName BoxBackup-%compiled_version%
- appveyor PushArtifact -path BoxBackup-%compiled_version%.exe -DeploymentName BoxBackup-%compiled_version%


deploy:
- provider: GitHub
release: BoxBackup-$(compiled_version)
artifact: '*'
artifact: BoxBackup-$(compiled_version)
description: "Windows client binaries auto-built by AppVeyor"
draft: false
prerelease: true
Expand Down

0 comments on commit c9b4070

Please sign in to comment.