mirror of
https://github.com/bitwarden/cli
synced 2025-12-13 14:53:33 +00:00
changing snap publish to specific file
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -325,7 +325,7 @@ jobs:
|
|||||||
GITHUB_EVENT: ${{ github.event_name }}
|
GITHUB_EVENT: ${{ github.event_name }}
|
||||||
|
|
||||||
- name: Checksum Snap & Publish Snap
|
- name: Checksum Snap & Publish Snap
|
||||||
run: snapcraft push ./dist/snap/bw*.snap --release stable
|
run: snapcraft push ./bw_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable
|
||||||
|
|
||||||
- name: Snap Logout
|
- name: Snap Logout
|
||||||
run: snapcraft logout
|
run: snapcraft logout
|
||||||
|
|||||||
Reference in New Issue
Block a user