We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9616dc2 commit 366c07eCopy full SHA for 366c07e
.github/workflows/build-glibc-and-release.yaml
@@ -37,8 +37,8 @@ jobs:
37
shell: bash
38
run: |
39
cd build
40
- wget -q -O COPYING 'https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=COPYING;hb=HEAD'
41
- wget -q -O LICENSES 'https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=LICENSES;hb=HEAD'
+ wget -O COPYING 'https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=COPYINGv2;hb=HEAD'
+ wget -O LICENSES 'https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=LICENSES;hb=HEAD'
42
43
- name: Delete existing release
44
uses: dev-drprasad/delete-tag-and-release@v0.2.1
0 commit comments