Update Glibc.yml

dependabot/github_actions/actions/checkout-3.1.0 v1.0.8
fscarmen 4 years ago committed by GitHub
parent 6a87996906
commit b4fa3b0ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/Glibc.yml

@ -24,7 +24,7 @@ jobs:
wget http://ftp.gnu.org/gnu/glibc/glibc-2.28.tar.gz
tar zxf glibc-2.28.tar.gz
mkdir -p ./glibc-2.28/build; cd ./glibc-2.28/build
cp -r glibc-2.28 /opt/release
cp -r ./glibc-2.28 /opt/release
- name: Binaries Release
uses: softprops/action-gh-release@v1

Loading…
Cancel
Save