1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-12 22:10:50 -05:00

Update workflow

This commit is contained in:
Vince Grassia 2023-11-16 14:58:05 -05:00
parent f5dc7f4d53
commit ecf692e9b4
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -224,7 +224,7 @@ jobs:
run: | run: |
mkdir build mkdir build
docker run --rm --platform linux/amd64 --volume $(pwd)/build:/temp --entrypoint bash \ docker run --rm --platform linux/amd64 --volume $(pwd)/build:/temp --entrypoint bash \
${{ steps.image-name.outputs.name }} -c "cp -r ./ /temp" ${{ steps.image-name.outputs.name }} -c "cp -r ./ /temp"
cd build cd build
zip -r ${{ matrix.project_name }}.zip . zip -r ${{ matrix.project_name }}.zip .