File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,17 +83,23 @@ jobs:
8383 - name : Download Linux artifact
8484 uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
8585 with :
86- name : git2mail-linux
86+ path : git2mail-linux
87+ pattern : git2mail-*
88+ merge-multiple : true
8789
8890 - name : Download Windows artifact
8991 uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9092 with :
91- name : git2mail-windows
93+ path : git2mail-windows
94+ pattern : git2mail-*
95+ merge-multiple : true
9296
9397 - name : Download MacOS artifact
9498 uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9599 with :
96- name : git2mail-macos
100+ path : git2mail-macos
101+ pattern : git2mail-*
102+ merge-multiple : true
97103
98104 - name : Release Linux artifact
99105 uses : actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
You can’t perform that action at this time.
0 commit comments