fix then
This commit is contained in:
parent
0dca6cba8c
commit
89accfb9c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue