We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a711a04 commit f21d0dfCopy full SHA for f21d0df
appveyor.yml
@@ -40,7 +40,7 @@ test_script:
40
after_test:
41
- bash -c "cp -v $(find -name threadscope.exe) ./threadscope.exe"
42
- 7z a threadscope.windows.%PLATFORM%.ghc-%GHCVER%.zip threadscope.exe
43
- - ps: "Push-AppveyorArtifact threadscope.windows.$($env:PLATFORM).ghc-$($env:GHCVER).zip"
+ - ps: "Push-AppveyorArtifact threadscope.windows.$($env:PLATFORM).zip"
44
45
deploy:
46
- provider: GitHub
0 commit comments