1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-27 23:31:41 +02:00

fixing path

This commit is contained in:
Joseph Flinn 2021-01-27 22:15:08 +00:00
parent bd528ebecf
commit 8248efb2ba

View File

@ -197,7 +197,7 @@ jobs:
- name: Build Snap Package
run: |
mkdir ./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