1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00:00

trying without the ./

This commit is contained in:
Joseph Flinn
2021-01-28 19:08:06 +00:00
parent e35af6ea42
commit 9d10dcd633

View File

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