diff --git a/.github/workflows/Glibc.yml b/.github/workflows/Glibc.yml index cf6a65d..0ec35e6 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/glibc-2.28 + files: /opt/release/glibc-2.28/ env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}