Skip to content

Commit

Permalink
use ps env var
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic22 authored and bitphage committed Jul 7, 2019
1 parent c17b0e3 commit 14158ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build:
verbosity: normal

after_build:
- ps: Rename-Item -Path "C:\projects\dexbot\installer\windows\bundle\bin\%CONFIGURATION%\DEXBot-installer.exe" -NewName "DEXBot-installer-%ApplicationVersion%.exe"
- ps: Rename-Item -Path ".\installer\windows\bundle\bin\$env:CONFIGURATION\DEXBot-installer.exe" -NewName "DEXBot-installer-$env:ApplicationVersion.exe"

# @TODO: Run tests..
test_script:
Expand Down

0 comments on commit 14158ba

Please sign in to comment.