mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
fixing path
This commit is contained in:
parent
bd528ebecf
commit
8248efb2ba
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user