Skip to content

Commit

Permalink
Update promote_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colbylwilliams committed Mar 25, 2020
1 parent a720795 commit 98df42f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/promote_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:
run: echo "$STUFF_TO_PRINT"

- name: Download asset
uses: colbylwilliams/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: colbylwilliams/download-release-asset@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# asset_id: ${{ github.event.release.assets[0].id }}
asset_id: '18959847'
file_path: ${{ github.workspace }}/NuGet.zip

- name: Print asset
run: |
ls
echo $( ls )
unzip ${{ github.workspace }}/NuGet.zip
echo $( ls )
# - name: Setup .NET Core
# uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 98df42f

Please sign in to comment.