diff --git a/.github/workflows/Glibc.yml b/.github/workflows/Glibc.yml index ba03761..cf6a65d 100644 --- a/.github/workflows/Glibc.yml +++ b/.github/workflows/Glibc.yml @@ -30,6 +30,6 @@ jobs: - name: Binaries Release uses: softprops/action-gh-release@v1 with: - files: /opt/release/ + files: /opt/release/glibc-2.28 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}