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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user