Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Feb 20, 2020
1 parent 462990f commit d0b09f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ install:
- go env
- ps: iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
- cmd: appveyor-tools\secure-file -decrypt equinox.key.enc -secret %equinox_key_secret% -salt %equinox_key_salt%
- ps: (Invoke-WebRequest https://bin.equinox.io/c/mBWdkfai63v/release-tool-stable-windows-amd64.zip).Content | Expand-Archive -DestinationPath C:\projects\mediarr
- ps: Invoke-WebRequest -Uri "https://bin.equinox.io/c/mBWdkfai63v/release-tool-stable-windows-amd64.zip" -OutFile Get-Location
- ps: Expand-Archive -Path Get-Location\release-tool-stable-windows-amd64.zip -DestinationPath Get-Location
- cmd: dir

before_build:
Expand Down

0 comments on commit d0b09f5

Please sign in to comment.