File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,14 +129,14 @@ jobs:
129
129
if : failure() && (env.libs_has_commit == '0' || env.ar_has_commit == '0')
130
130
uses : actions/upload-artifact@v4
131
131
with :
132
- name : build-${{ steps.artifact_id.outputs .artifact_id }}
132
+ name : build-${{ env .artifact_id }}
133
133
path : build
134
134
135
135
- name : Upload library files
136
136
# if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
137
137
uses : actions/upload-artifact@v4
138
138
with :
139
- name : libs-${{ steps.artifact_id.outputs .artifact_id }}
139
+ name : libs-${{ env .artifact_id }}
140
140
path : dist
141
141
142
142
combine-artifacts :
@@ -172,7 +172,7 @@ jobs:
172
172
uses : actions/download-artifact@v4
173
173
with :
174
174
path : dist
175
- pattern : libs-${{ steps.artifact_id.outputs .artifact_id }}-*
175
+ pattern : libs-${{ env .artifact_id }}-*
176
176
merge-multiple : true
177
177
178
178
- name : Combine artifacts
You can’t perform that action at this time.
0 commit comments