File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -110,14 +110,17 @@ jobs:
110
110
uses : actions/download-artifact@v4
111
111
with :
112
112
name : unsigned-dlls-framework
113
+ path : ./unsigned-dlls-framework
113
114
- name : Download Standard 1.6 artifacts
114
115
uses : actions/download-artifact@v4
115
116
with :
116
117
name : unsigned-dlls-standard16
118
+ path : ./unsigned-dlls-standard16
117
119
- name : Download Standard 2.0 artifacts
118
120
uses : actions/download-artifact@v4
119
121
with :
120
122
name : unsigned-dlls-standard20
123
+ path : ./unsigned-dlls-standard20
121
124
- name : Combine artifacts
122
125
run : |
123
126
mkdir -p ./unsigned-dlls
@@ -129,6 +132,7 @@ jobs:
129
132
with :
130
133
name : unsigned-dlls
131
134
if-no-files-found : error
135
+ path : ./unsigned-dlls
132
136
133
137
sign :
134
138
name : Send DLLs for signing
You can’t perform that action at this time.
0 commit comments