mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
fix then
This commit is contained in:
parent
0dca6cba8c
commit
89accfb9c8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
if [ "$RUNNER_OS" == "Linux" ];then
|
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
cp ./dist/*.{snap,AppImage,deb,rpm,freebsd} ./artifacts
|
cp ./dist/*.{snap,AppImage,deb,rpm,freebsd} ./artifacts
|
||||||
elif [ "$RUNNER_OS" == "Windows ]; then
|
elif [ "$RUNNER_OS" == "Windows ]; then
|
||||||
cp ./dist/Bitwarden-*-x64.appx ./artifacts/Bitwarden-$PACKAGE_VERSION-x64-store.appx
|
cp ./dist/Bitwarden-*-x64.appx ./artifacts/Bitwarden-$PACKAGE_VERSION-x64-store.appx
|
||||||
|
Loading…
Reference in New Issue
Block a user