From fba0cc0aec9a082a034abc66d9b5181c86a18257 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 12 Mar 2022 10:00:11 +0800 Subject: [PATCH] Update Glibc.yml --- .github/workflows/Glibc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Glibc.yml b/.github/workflows/Glibc.yml index 0ec35e6..a8f2bc1 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 }}