1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02: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
with:
name: bw-linux-${{ env.PACKAGE_VERSION }}.zip
path: ./dist/snap/bw-linux-${{ env.PACKAGE_VERSION }}.zip
path: ./dist/snap
- name: Build Snap Package
run: |
@ -210,7 +210,6 @@ jobs:
cd dist/snap
ls -alth
ls -alth bw-linux-${{ env.PACKAGE_VERSION }}.zip
snapcraft
sha256sum bw_${{ env.PACKAGE_VERSION }}_amd64.snap | awk '{split($0, a); print a[1]}' > bw-snap-sha256-${{ env.PACKAGE_VERSION }}.txt