mirror of
https://github.com/bitwarden/server.git
synced 2025-06-12 22:10:50 -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: |
|
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 .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user