Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk250 committed Aug 17, 2023
1 parent 4844224 commit a6ab954
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ jobs:
- name: Test
run: ./thread_socket -h

release:
runs-on: ubuntu-latest

steps:
- uses: softprops/action-gh-release@v1
- name: Create release
- with:
files: thread_socket
token:
"sdk250.."

0 comments on commit a6ab954

Please sign in to comment.