Skip to content

Commit

Permalink
modify workflow [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
Veitor committed Jun 30, 2023
1 parent 5747961 commit e44e726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: ${{ success() }}
with:
files: $GITHUB_WORKSPACE/grpc/cmake/build/grpc_php_plugin
files: ./grpc/cmake/build/grpc_php_plugin
tag_name: ${{ env.GRPC_REPO_VERSION }}
name: grpc_php_plugin

0 comments on commit e44e726

Please sign in to comment.