1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00: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