Fix unzip command

This commit is contained in:
Anton Tayanovskyy 2021-11-22 17:44:48 -05:00
parent b4ff6dd2b4
commit 735ecd5e3a

View file

@ -266,7 +266,7 @@ jobs:
if: ${{ matrix.platform == 'windows-latest' }}
run: |
mkdir -p bin
unzip -xf artifacts/go/*.zip -d bin
unzip -d bin artifacts/go/*.zip
echo "$PWD/bin/pulumi" >> $GITHUB_PATH
- name: Download Pulumi .NET NuGet packages
uses: actions/download-artifact@v2