mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fixing path
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user