Skip to content

Commit f21d0df

Browse files
author
Mitsutoshi Aoe
committed
appveyor: Remove ghc version name from the artifact
1 parent a711a04 commit f21d0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_script:
4040
after_test:
4141
- bash -c "cp -v $(find -name threadscope.exe) ./threadscope.exe"
4242
- 7z a threadscope.windows.%PLATFORM%.ghc-%GHCVER%.zip threadscope.exe
43-
- ps: "Push-AppveyorArtifact threadscope.windows.$($env:PLATFORM).ghc-$($env:GHCVER).zip"
43+
- ps: "Push-AppveyorArtifact threadscope.windows.$($env:PLATFORM).zip"
4444

4545
deploy:
4646
- provider: GitHub

0 commit comments

Comments
 (0)