diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 374c7dff92..18af001349 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