diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a14db2..c07eff6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: - name: Publish Linux client binary. uses: actions/upload-artifact@v4 with: - files: | + path: | build/client.so env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}