1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-10 13:23:35 +00:00

changing snap publish to specific file

This commit is contained in:
Joseph Flinn
2021-01-11 18:01:54 +00:00
parent e9159081ba
commit dea6138f90

View File

@@ -325,7 +325,7 @@ jobs:
GITHUB_EVENT: ${{ github.event_name }}
- 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
run: snapcraft logout