Update Glibc.yml

dependabot/github_actions/actions/checkout-3.1.0 v1.0.23
fscarmen 4 years ago committed by GitHub
parent 7b25543e54
commit 335396b27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .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

Loading…
Cancel
Save