mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-14 01:01:31 +01:00
trying without the ./
This commit is contained in:
parent
e35af6ea42
commit
9d10dcd633
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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|dist/bitwarden-cli.${{ env.PKG_VERSION }}.nupkg
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user