Skip to content

Commit

Permalink
update artifacts to release
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimi committed Aug 16, 2024
1 parent 95b3d17 commit 72dc911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ jobs:
- name: prep
id: prep
run: |
ls -R
find . -name "grpc-client-cli*" -type f -exec chmod +x {} \;
echo "tags=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
- uses: ncipollo/release-action@v1
with:
artifacts: "dist/grpc-client-cli*"
artifacts: "grpc-client-cli*"
tag: ${{ github.ref }}
name: ${{ steps.prep.outputs.tags }}
body: |
Expand Down

0 comments on commit 72dc911

Please sign in to comment.