Skip to content

Commit

Permalink
Attempt to publish client.so
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 19, 2024
1 parent 30e7e0b commit fec76ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ jobs:
- name: Build
working-directory: build
run: ninja
- name: Publish Linux client binary.
uses: softprops/action-gh-release@v1
with:
files: |
client.so
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fec76ae

Please sign in to comment.