switching back to manually creating the directory and moving the asset

This commit is contained in:
Joseph Flinn 2021-01-28 19:10:37 +00:00
parent 9d10dcd633
commit a833b98419
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ jobs:
with:
mode: download
tag_name: ${{ env.TAG_VERSION }}
assets: bitwarden-cli.${{ env.PKG_VERSION }}.nupkg|dist/bitwarden-cli.${{ env.PKG_VERSION }}.nupkg
assets: bitwarden-cli.${{ env.PKG_VERSION }}.nupkg
github_token: ${{ secrets.GITHUB_TOKEN }}