From 6d2da252631066b8e833532c6627c77be2eb1790 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 24 Mar 2020 11:35:22 -0400 Subject: [PATCH] missing quote --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 374c7dff..18af0013 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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