@@ -930,81 +930,8 @@ jobs:
930
930
931
931
- uses : actions/download-artifact@v4
932
932
with :
933
- path : ./out
934
- name : bindists-x86_64-linux-deb10
935
- - uses : actions/download-artifact@v4
936
- with :
937
- path : ./out
938
- name : bindists-x86_64-linux-deb11
939
- - uses : actions/download-artifact@v4
940
- with :
941
- path : ./out
942
- name : bindists-x86_64-linux-deb12
943
- - uses : actions/download-artifact@v4
944
- with :
945
- path : ./out
946
- name : bindists-x86_64-linux-alpine
947
- - uses : actions/download-artifact@v4
948
- with :
949
- path : ./out
950
- name : bindists-x86_64-linux-ubuntu20.04
951
- - uses : actions/download-artifact@v4
952
- with :
953
- path : ./out
954
- name : bindists-x86_64-linux-ubuntu22.04
955
- - uses : actions/download-artifact@v4
956
- with :
957
- path : ./out
958
- name : bindists-x86_64-linux-ubuntu24.04
959
- - uses : actions/download-artifact@v4
960
- with :
961
- path : ./out
962
- name : bindists-x86_64-linux-fedora33
963
- - uses : actions/download-artifact@v4
964
- with :
965
- path : ./out
966
- name : bindists-x86_64-linux-rocky8
967
- - uses : actions/download-artifact@v4
968
- with :
969
- path : ./out
970
- name : bindists-x86_64-linux-rocky9
971
- - uses : actions/download-artifact@v4
972
- with :
973
- path : ./out
974
- name : bindists-x86_64-linux-mint20.3
975
- - uses : actions/download-artifact@v4
976
- with :
977
- path : ./out
978
- name : bindists-x86_64-linux-mint21.3
979
-
980
- - uses : actions/download-artifact@v4
981
- with :
982
- name : bindists-aarch64-linux-alpine
983
- path : ./out
984
-
985
- - uses : actions/download-artifact@v4
986
- with :
987
- name : bindists-aarch64-linux-deb10
988
- path : ./out
989
-
990
- - uses : actions/download-artifact@v4
991
- with :
992
- name : bindists-freebsd
993
- path : ./out
994
-
995
- - uses : actions/download-artifact@v4
996
- with :
997
- name : bindists-mac-64
998
- path : ./out
999
-
1000
- - uses : actions/download-artifact@v4
1001
- with :
1002
- name : bindists-mac-ARM64
1003
- path : ./out
1004
-
1005
- - uses : actions/download-artifact@v4
1006
- with :
1007
- name : bindists-win
933
+ pattern : bindists-*
934
+ merge-multiple : true
1008
935
path : ./out
1009
936
1010
937
- name : Install requirements
0 commit comments