mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Switch back to upload- and download-artifacts v2
This commit is contained in:
parent
4c6847fc9f
commit
e9fad90d53
8
.github/workflows/grpc-tools-build.yml
vendored
8
.github/workflows/grpc-tools-build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
run: |
|
||||
docker build -t kokoro-native-image tools/release/native
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock -v $GITHUB_WORKSPACE:$GITHUB_WORKSPACE kokoro-native-image $GITHUB_WORKSPACE/packages/grpc-tools/build_binaries.sh
|
||||
- uses: actions/upload-artifact@v1
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: grpc-tools_linux
|
||||
path: artifacts/
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
submodules: recursive
|
||||
- name: Build
|
||||
run: packages/grpc-tools/build_binaries.sh
|
||||
- uses: actions/upload-artifact@v1
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: grpc-tools_macos
|
||||
path: artifacts/
|
||||
@ -61,12 +61,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [linux_build, macos_build, windows_build]
|
||||
steps:
|
||||
- uses: actions/download-artifact@v1
|
||||
- uses: actions/download-artifact@v2
|
||||
- name: Copy
|
||||
run: |
|
||||
mkdir artifacts
|
||||
cp -r ./**/* artifacts/
|
||||
- uses: actions/upload-artifact@v1
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: combined-artifacts
|
||||
path: artifacts/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user