Skip to content

Commit c65b67a

Browse files
committed
Update appveyor.yml
1 parent d0b09f5 commit c65b67a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ install:
3333
- go env
3434
- ps: iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
3535
- cmd: appveyor-tools\secure-file -decrypt equinox.key.enc -secret %equinox_key_secret% -salt %equinox_key_salt%
36-
- ps: Invoke-WebRequest -Uri "https://bin.equinox.io/c/mBWdkfai63v/release-tool-stable-windows-amd64.zip" -OutFile Get-Location
37-
- ps: Expand-Archive -Path Get-Location\release-tool-stable-windows-amd64.zip -DestinationPath Get-Location
36+
- ps: Invoke-WebRequest -Uri "https://bin.equinox.io/c/mBWdkfai63v/release-tool-stable-windows-amd64.zip" -OutFile release-tool-stable-windows-amd64.zip
37+
- ps: Expand-Archive -Path release-tool-stable-windows-amd64.zip -DestinationPath equinox
3838
- cmd: dir
39+
- cmd: dir equinox
3940

4041
before_build:
4142
- export COMMIT_TIMESTAMP=$(date -d ${APPVEYOR_REPO_COMMIT_TIMESTAMP} +"%s")

0 commit comments

Comments
 (0)