1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00:00

removing the file name from the download

This commit is contained in:
Joseph Flinn
2021-01-27 23:50:11 +00:00
parent e508988f4d
commit 9ab72bb308

View File

@@ -200,7 +200,7 @@ jobs:
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
with: with:
name: bw-linux-${{ env.PACKAGE_VERSION }}.zip name: bw-linux-${{ env.PACKAGE_VERSION }}.zip
path: ./dist/snap/bw-linux-${{ env.PACKAGE_VERSION }}.zip path: ./dist/snap
- name: Build Snap Package - name: Build Snap Package
run: | run: |
@@ -210,7 +210,6 @@ 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