|
19 | 19 | - name: Download built artifacts (Linux-x64)
|
20 | 20 | uses: dawidd6/action-download-artifact@v2
|
21 | 21 | with:
|
22 |
| - name: mithril-distribution-Linux-x64 |
| 22 | + name: mithril-distribution-Linux-X64 |
23 | 23 | path: ./package-Linux-X64
|
24 | 24 | commit: ${{ github.sha }}
|
25 | 25 | workflow: ci.yml
|
|
28 | 28 | - name: Download Debian packages (Linux-X64)
|
29 | 29 | uses: dawidd6/action-download-artifact@v2
|
30 | 30 | with:
|
31 |
| - name: mithril-deb-packages-Linux-x64 |
| 31 | + name: mithril-deb-packages-Linux-X64 |
32 | 32 | path: ./package
|
33 | 33 | commit: ${{ github.sha }}
|
34 | 34 | workflow: ci.yml
|
|
37 | 37 | - name: Download built artifacts (macOS-x64)
|
38 | 38 | uses: dawidd6/action-download-artifact@v2
|
39 | 39 | with:
|
40 |
| - name: mithril-distribution-macOS-x64 |
| 40 | + name: mithril-distribution-macOS-X64 |
41 | 41 | path: ./package-macOS-X64
|
42 | 42 | commit: ${{ github.sha }}
|
43 | 43 | workflow: ci.yml
|
|
46 | 46 | - name: Download built artifacts (Windows-x64)
|
47 | 47 | uses: dawidd6/action-download-artifact@v2
|
48 | 48 | with:
|
49 |
| - name: mithril-distribution-Windows-x64 |
| 49 | + name: mithril-distribution-Windows-X64 |
50 | 50 | path: ./package-Windows-X64
|
51 | 51 | commit: ${{ github.sha }}
|
52 | 52 | workflow: ci.yml
|
@@ -130,7 +130,7 @@ jobs:
|
130 | 130 | - name: Download built artifacts (Linux-x64)
|
131 | 131 | uses: dawidd6/action-download-artifact@v2
|
132 | 132 | with:
|
133 |
| - name: mithril-distribution-Linux-x64 |
| 133 | + name: mithril-distribution-Linux-X64 |
134 | 134 | path: ${{ matrix.project }}
|
135 | 135 | commit: ${{ github.sha }}
|
136 | 136 | workflow: ci.yml
|
|
0 commit comments