mirror of
https://github.com/bitwarden/server.git
synced 2025-04-16 02:28:13 -05:00
Update workflow
This commit is contained in:
parent
f5dc7f4d53
commit
ecf692e9b4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -224,7 +224,7 @@ jobs:
|
||||
run: |
|
||||
mkdir build
|
||||
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
|
||||
zip -r ${{ matrix.project_name }}.zip .
|
||||
|
Loading…
x
Reference in New Issue
Block a user