mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
fix then
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p artifacts
|
||||
if [ "$RUNNER_OS" == "Linux" ];then
|
||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||
cp ./dist/*.{snap,AppImage,deb,rpm,freebsd} ./artifacts
|
||||
elif [ "$RUNNER_OS" == "Windows ]; then
|
||||
cp ./dist/Bitwarden-*-x64.appx ./artifacts/Bitwarden-$PACKAGE_VERSION-x64-store.appx
|
||||
|
||||
Reference in New Issue
Block a user