1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-23 16:38:45 +01:00

switching from pwsh to bash for the snap build

This commit is contained in:
Joseph Flinn 2021-01-11 15:30:36 +00:00
parent 84c3c0dc8c
commit bd0a49d617

View File

@ -247,6 +247,23 @@ jobs:
GITHUB_EVENT: ${{ github.event_name }}
- name: Build Snap Package
run: |
cp -r stores/snap -t /dist/snap
ls -atlh dist
ls -alth dist/snap
sed -i s/__version__/${{ env.PACKAGE_VERSION }}/g dist/snap/snapcraft.yaml
cd dist/snap
ls -atlh
snapcraft
cd ../..
ls -atlh
snap install ./dist/snap/bw*.snap --dangerous
- name: Build Snap Package
if: false
shell: pwsh
run: |
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION