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:
637637 name : mithril-deb-packages-Linux-X64
638638 path : ./package
639639
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+
640652 - name : Download built artifacts (macOS-ARM64)
641653 uses : actions/download-artifact@v4
642654 with :
Original file line number Diff line number Diff line change 3636 workflow : ci.yml
3737 workflow_conclusion : success
3838
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+
3957 - name : Download built artifacts (macOS-ARM64)
4058 uses : dawidd6/action-download-artifact@v6
4159 with :
You can’t perform that action at this time.
0 commit comments