From 7520112b7cdf4b875a3bcd33c34178c90b04195d Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 12 Mar 2022 09:17:22 +0800 Subject: [PATCH] Update Glibc.yml --- .github/workflows/Glibc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Glibc.yml b/.github/workflows/Glibc.yml index 585a109..ffc76df 100644 --- a/.github/workflows/Glibc.yml +++ b/.github/workflows/Glibc.yml @@ -33,7 +33,7 @@ jobs: # strings /lib64/libc.so.6 | grep GLIBC_2.28 # tar -czvf ./glibc-2.28.tar.gz ./glibc-2.28 # mkdir /opt/release -# cp -r glibc-2.28 /opt/release + cp -r glibc-2.28 /opt/release # - name: Uploading artifact # uses: actions/upload-artifact@v2 @@ -50,7 +50,7 @@ jobs: - name: Binaries Release uses: softprops/action-gh-release@v1 with: -# files: /opt/release/ - files: ./glibc-2.28 + files: /opt/release/ +# files: ./glibc-2.28 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}