File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,10 @@ install:
33
33
- go env
34
34
- ps : iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
35
35
- 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
38
38
- cmd : dir
39
+ - cmd : dir equinox
39
40
40
41
before_build :
41
42
- export COMMIT_TIMESTAMP=$(date -d ${APPVEYOR_REPO_COMMIT_TIMESTAMP} +"%s")
You can’t perform that action at this time.
0 commit comments