File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
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+
4348 - name : Delete existing release
4449 uses :
dev-drprasad/[email protected] 4550 with :
5257 uses : actions/upload-artifact@v4
5358 with :
5459 path : |
55- build/ ${{ inputs.dist-base }}-${{ inputs.dist-tag }}/*
60+ build- ${{ inputs.dist-base }}-${{ inputs.dist-tag }}/*
5661
5762 - name : Release artifacts
5863 uses : softprops/action-gh-release@v1
6469 draft : false
6570 generate_release_notes : false
6671 files : |
67- build/ ${{ inputs.dist-base }}-${{ inputs.dist-tag }}/*
72+ build- ${{ inputs.dist-base }}-${{ inputs.dist-tag }}/*
You can’t perform that action at this time.
0 commit comments