Browse Source

switching back to manually creating the directory and moving the asset

pull/221/head
Joseph Flinn 5 years ago
parent
commit
a833b98419
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -126,7 +126,7 @@ jobs: @@ -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 }}

Loading…
Cancel
Save