Skip to content

Commit

Permalink
Fix release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed Apr 25, 2024
1 parent 96a7665 commit 1b4b0ea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
- run: make build

- run: |
cd ./example/echo-server
make build
- working-directory: ./example/echo-server
run: make build

- name: Create release
env:
Expand All @@ -39,5 +38,5 @@ jobs:
RELEASE_NOTES=$(git log "$RANGE" --oneline --decorate)
gh release create --notes "$RELEASE_NOTES" "$TAG" \
"./bin/*" \
"./example/echo-server/bin/*"
./bin/* \
./example/echo-server/bin/*

0 comments on commit 1b4b0ea

Please sign in to comment.