Update Glibc.yml

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

@ -23,8 +23,8 @@ jobs:
wget -O /usr/bin/make https://github.com/fscarmen/tools/raw/main/make
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
mkdir -p ./glibc-2.28/build
cp -r glibc-2.28 /opt/release
- name: Binaries Release
uses: softprops/action-gh-release@v1

Loading…
Cancel
Save