File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 4040 wget -q -O COPYING 'https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=COPYING;hb=HEAD'
4141 wget -q -O LICENSES 'https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=LICENSES;hb=HEAD'
4242
43- - name : " Move build output to unique name in job"
44- shell : bash
45- run : |
46- mv build build-${{ inputs.dist-base }}-${{ inputs.dist-tag }}
47-
4843 - name : Delete existing release
4944 uses :
dev-drprasad/[email protected] 5045 with :
5651 - name : Upload artifacts
5752 uses : actions/upload-artifact@v4
5853 with :
54+ name : ${{ inputs.dist-base }}-${{ inputs.dist-tag }}
5955 path : |
60- build-${{ inputs.dist-base }}-${{ inputs.dist-tag }} /*
56+ build/*
6157
6258 - name : Release artifacts
6359 uses : softprops/action-gh-release@v1
6965 draft : false
7066 generate_release_notes : false
7167 files : |
72- build-${{ inputs.dist-base }}-${{ inputs.dist-tag }} /*
68+ build/*
You can’t perform that action at this time.
0 commit comments