From 335396b27c9cc915fff2270be2ab2a516b0730f4 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 12 Mar 2022 11:42:21 +0800 Subject: [PATCH] Update Glibc.yml --- .github/workflows/Glibc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Glibc.yml b/.github/workflows/Glibc.yml index a842661..4ebd333 100644 --- a/.github/workflows/Glibc.yml +++ b/.github/workflows/Glibc.yml @@ -43,7 +43,8 @@ jobs: ../configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin make make install - tar -czf /opt/release/glibc-2.28.tar.gz ~/glibc-2.28 + cd ..; cd .. + tar -czf /opt/release/glibc-2.28.tar.gz ./glibc-2.28 - name: Binaries Release uses: softprops/action-gh-release@v1