diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 959d571..98618a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} +