Skip to content

Commit

Permalink
ci(windows): fix installer upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane L committed Jul 6, 2018
1 parent 2d160b4 commit b900630
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 @@ -33,7 +33,7 @@ before_deploy:
deploy_script:
- ps: Push-AppveyorArtifact "C:\projects\obs-ndi\build.zip" -FileName "obs-ndi-$(git log --pretty=format:'%h' -n 1).zip"
- ps: Push-AppveyorArtifact "C:\projects\obs-ndi\build-slobs.zip" -FileName "obs-ndi-$(git log --pretty=format:'%h' -n 1)-slobs.zip"
- ps: Push-AppveyorArtifact "C:\projects\obs-ndi\installer\Output\obs-ndi-git-Windows-Installer.exe" -FileName "obs-ndi-$(git log --pretty=format:'%h' -n 1)-Windows-Installer.exe"
- ps: Push-AppveyorArtifact "C:\projects\obs-ndi\installer\Output\obs-ndi-Windows-Installer.exe" -FileName "obs-ndi-$(git log --pretty=format:'%h' -n 1)-Windows-Installer.exe"

test: off

Expand Down

0 comments on commit b900630

Please sign in to comment.