giving some love to windows workflow

pull/6580/head
Ruben Baez 2020-02-16 22:57:59 -05:00 committed by GitHub
parent 566eb23ccd
commit f784001468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -186,15 +186,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install gopogh
- name: Download gopogh
run: |
find ~/ -iname gopogh.exe
echo $GOPATH
echo $GITHUB_WORKSPACE
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.1.16/gopogh.exe
ls
find ~/ -iname gopogh.exe
pwd
shell: bash
- name: Download binaries
uses: actions/download-artifact@v1