Skip to content

Commit 93d0fa8

Browse files
committed
Appveyor: New filenames for windows bundle zip
1 parent 571f3ce commit 93d0fa8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,18 @@ environment:
1717
matrix:
1818
# 32-bit
1919
- arch: "386"
20+
bits: 32
2021

2122
# 64-bit
2223
- arch: "amd64"
24+
bits: 64
2325

2426
install:
2527
- set PATH=C:\Python37-x64\;%PATH%;%GOPATH%\bin;c:\gin-bundle\git\usr\bin
2628
# download latest stable gin-cli-windows-bundle
2729
- md c:\gin-bundle
2830
- cd c:\gin-bundle
29-
- ps: Invoke-WebRequest -URI $env:BUNDLEREPO/gin-cli-latest-windows-$env:arch.zip -OutFile "gin-cli-bundle.zip"
31+
- ps: Invoke-WebRequest -URI $env:BUNDLEREPO/gin-cli-latest-windows$env:bits.zip -OutFile "gin-cli-bundle.zip"
3032
- 7z x gin-cli-bundle.zip
3133
- git-annex version
3234
# go stuff

0 commit comments

Comments
 (0)