diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c68ebeb2cdf..374c7dff922 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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