mirror of https://github.com/grpc/grpc-go.git
github: replace deprecated command with environment file (#6417)
This commit is contained in:
parent
d1868a539b
commit
9489082068
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
PACKAGE_NAME=protoc-gen-go-grpc.${GITHUB_REF#refs/tags/cmd/protoc-gen-go-grpc/}.${{ matrix.goos }}.${{ matrix.goarch }}.tar.gz
|
PACKAGE_NAME=protoc-gen-go-grpc.${GITHUB_REF#refs/tags/cmd/protoc-gen-go-grpc/}.${{ matrix.goos }}.${{ matrix.goarch }}.tar.gz
|
||||||
tar -czvf $PACKAGE_NAME -C build .
|
tar -czvf $PACKAGE_NAME -C build .
|
||||||
echo ::set-output name=name::${PACKAGE_NAME}
|
echo "name=${PACKAGE_NAME}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Upload asset
|
- name: Upload asset
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue