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

downloading the cli into dist/snap

This commit is contained in:
Joseph Flinn
2021-01-27 23:01:07 +00:00
parent b953db7eba
commit e7aa94dd76

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/bw-linux-${{ env.PACKAGE_VERSION }}.zip path: ./dist/snap/bw-linux-${{ env.PACKAGE_VERSION }}.zip
- name: Build Snap Package - name: Build Snap Package
run: | run: |