File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -126,13 +126,12 @@ jobs:
126
126
- name : Download
127
127
uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
128
128
with :
129
- pattern : release-*
129
+ name : release-source
130
130
- name : Verify
131
131
env :
132
132
VERIFY_DEFAULT : 0
133
133
VERIFY_SOURCE : 1
134
134
run : |
135
- mv release-*/* ./
136
135
dev/release/verify_rc.sh "${VERSION}" "${RC}"
137
136
138
137
upload :
@@ -151,7 +150,7 @@ jobs:
151
150
- name : Download
152
151
uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
153
152
with :
154
- pattern : release-*
153
+ name : release-source
155
154
- name : Upload
156
155
if : github.ref_type == 'tag'
157
156
env :
@@ -163,4 +162,4 @@ jobs:
163
162
--repo ${GITHUB_REPOSITORY} \
164
163
--title "Apache Arrow Swift ${VERSION} RC${RC}" \
165
164
--verify-tag \
166
- release-*/ *.tar.gz*
165
+ *.tar.gz*
You can’t perform that action at this time.
0 commit comments