mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
let's see what's inside
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -210,6 +210,7 @@ jobs:
|
|||||||
|
|
||||||
cd dist/snap
|
cd dist/snap
|
||||||
ls -alth
|
ls -alth
|
||||||
|
ls -alth bw-linux-${{ env.PACKAGE_VERSION }}.zip
|
||||||
snapcraft
|
snapcraft
|
||||||
|
|
||||||
sha256sum bw_${{ env.PACKAGE_VERSION }}_amd64.snap | awk '{split($0, a); print a[1]}' > bw-snap-sha256-${{ env.PACKAGE_VERSION }}.txt
|
sha256sum bw_${{ env.PACKAGE_VERSION }}_amd64.snap | awk '{split($0, a); print a[1]}' > bw-snap-sha256-${{ env.PACKAGE_VERSION }}.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user