Update Glibc.yml

dependabot/github_actions/actions/checkout-3.1.0 v1.0.6
fscarmen 4 years ago committed by GitHub
parent 5e45a57eb6
commit 7520112b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .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 }}

Loading…
Cancel
Save