1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-27 13:33:15 +00:00

switching back to the artifact download task since the release won't be published yet

This commit is contained in:
Joseph Flinn
2021-01-28 16:42:01 +00:00
parent 368cb89da0
commit 58621fd265
2 changed files with 14 additions and 13 deletions

View File

@@ -204,8 +204,7 @@ jobs:
- name: Build Snap Package
run: |
mkdir -p dist
cp -r stores/snap -t dist
cp -r stores/snap/* -t dist/snap
sed -i s/__version__/${{ env.PACKAGE_VERSION }}/g dist/snap/snapcraft.yaml
cd dist/snap