File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -637,6 +637,18 @@ jobs:
637
637
name : mithril-deb-packages-Linux-X64
638
638
path : ./package
639
639
640
+ - name : Download built artifacts (Linux-ARM64)
641
+ uses : actions/download-artifact@v4
642
+ with :
643
+ name : mithril-distribution-Linux-ARM64
644
+ path : ./package-Linux-ARM64
645
+
646
+ - name : Download Debian packages (Linux-ARM64)
647
+ uses : actions/download-artifact@v4
648
+ with :
649
+ name : mithril-deb-packages-Linux-ARM64
650
+ path : ./package
651
+
640
652
- name : Download built artifacts (macOS-ARM64)
641
653
uses : actions/download-artifact@v4
642
654
with :
Original file line number Diff line number Diff line change 36
36
workflow : ci.yml
37
37
workflow_conclusion : success
38
38
39
+ - name : Download built artifacts (Linux-ARM64)
40
+ uses : dawidd6/action-download-artifact@v6
41
+ with :
42
+ name : mithril-distribution-Linux-ARM64
43
+ path : ./package-Linux-ARM64
44
+ commit : ${{ github.sha }}
45
+ workflow : ci.yml
46
+ workflow_conclusion : success
47
+
48
+ - name : Download Debian packages (Linux-ARM64)
49
+ uses : dawidd6/action-download-artifact@v6
50
+ with :
51
+ name : mithril-deb-packages-Linux-ARM64
52
+ path : ./package
53
+ commit : ${{ github.sha }}
54
+ workflow : ci.yml
55
+ workflow_conclusion : success
56
+
39
57
- name : Download built artifacts (macOS-ARM64)
40
58
uses : dawidd6/action-download-artifact@v6
41
59
with :
You can’t perform that action at this time.
0 commit comments