1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-30 13:03:53 +01:00

fixing ls command

This commit is contained in:
Joseph Flinn 2021-01-27 23:34:08 +00:00
parent 1d3300d8c3
commit a0a60b3a77
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ jobs:
sed -i s/__version__/${{ env.PACKAGE_VERSION }}/g dist/snap/snapcraft.yaml sed -i s/__version__/${{ env.PACKAGE_VERSION }}/g dist/snap/snapcraft.yaml
cd dist/snap cd dist/snap
ls- alth ls -alth
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

View File

@ -10,6 +10,6 @@ apps:
parts: parts:
bw: bw:
plugin: dump plugin: dump
source: ./bw-linux-$SNAPCRAFT_PROJECT_VERSION.zip source: bw-linux-$SNAPCRAFT_PROJECT_VERSION.zip
prepare: | prepare: |
chmod +x bw chmod +x bw