Skip to content

Commit

Permalink
Fix windows msi directory
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbergstrom committed Jul 26, 2016
1 parent d6266c7 commit c173668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/upload_nightly.sh
Expand Up @@ -42,7 +42,7 @@ main() {
package=target/*."${extension}"
elif [[ "${platform}" == "windows" ]]; then
extension=msi
package=target/msi/*.msi
package=target/release/msi/*.msi
else
usage >&2
return 1
Expand Down

0 comments on commit c173668

Please sign in to comment.