File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 pattern : linux-*
3737 path : ./downloads
38- merge_multiple : false # some artifacts have the same name and so can not be aggregated in a single directory
38+ merge-multiple : false # some artifacts have the same name and so can not be aggregated in a single directory
3939
4040 - name : Unpack CMake Artifacts
4141 shell : bash
Original file line number Diff line number Diff line change 2121 uses : actions/download-artifact@v5
2222 with :
2323 path : ${{ runner.workspace }}/downloads
24- merge_multiple : false # some artifacts have the same name and so can not be aggregated in a single directory
24+ merge-multiple : false # some artifacts have the same name and so can not be aggregated in a single directory
2525
2626 - name : List Release Artifacts
2727 run : ls -horRAS ${{runner.workspace}}/downloads/
You can’t perform that action at this time.
0 commit comments