1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00
This commit is contained in:
Kyle Spearrin 2020-03-24 11:31:23 -04:00
parent 0dca6cba8c
commit 89accfb9c8

View File

@ -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