1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-30 04:28:19 +02:00

missing quote

This commit is contained in:
Kyle Spearrin 2020-03-24 11:35:22 -04:00
parent 89accfb9c8
commit 6d2da25263

View File

@ -82,7 +82,7 @@ jobs:
mkdir -p artifacts
if [ "$RUNNER_OS" == "Linux" ]; then
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-*-ia32.appx ./artifacts/Bitwarden-$PACKAGE_VERSION-ia32-store.appx
cp ./dist/Bitwarden-Portable-*.exe ./artifacts