Skip to content

Commit e6eb891

Browse files
authored
Merge pull request #580 from input-output-hk/djo/543/deb-package-fix
Fix package names in CI workflows
2 parents 9434a38 + 9f09f57 commit e6eb891

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
- name: Download Debian packages (Linux-X64)
315315
uses: actions/download-artifact@v3
316316
with:
317-
name: mithril-deb-packages-Linux-x64
317+
name: mithril-deb-packages-Linux-X64
318318
path: ./package
319319

320320
- name: Download built artifacts (macOS-X64)

.github/workflows/pre-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Download built artifacts (Linux-x64)
2020
uses: dawidd6/action-download-artifact@v2
2121
with:
22-
name: mithril-distribution-Linux-x64
22+
name: mithril-distribution-Linux-X64
2323
path: ./package-Linux-X64
2424
commit: ${{ github.sha }}
2525
workflow: ci.yml
@@ -28,7 +28,7 @@ jobs:
2828
- name: Download Debian packages (Linux-X64)
2929
uses: dawidd6/action-download-artifact@v2
3030
with:
31-
name: mithril-deb-packages-Linux-x64
31+
name: mithril-deb-packages-Linux-X64
3232
path: ./package
3333
commit: ${{ github.sha }}
3434
workflow: ci.yml
@@ -37,7 +37,7 @@ jobs:
3737
- name: Download built artifacts (macOS-x64)
3838
uses: dawidd6/action-download-artifact@v2
3939
with:
40-
name: mithril-distribution-macOS-x64
40+
name: mithril-distribution-macOS-X64
4141
path: ./package-macOS-X64
4242
commit: ${{ github.sha }}
4343
workflow: ci.yml
@@ -46,7 +46,7 @@ jobs:
4646
- name: Download built artifacts (Windows-x64)
4747
uses: dawidd6/action-download-artifact@v2
4848
with:
49-
name: mithril-distribution-Windows-x64
49+
name: mithril-distribution-Windows-X64
5050
path: ./package-Windows-X64
5151
commit: ${{ github.sha }}
5252
workflow: ci.yml
@@ -130,7 +130,7 @@ jobs:
130130
- name: Download built artifacts (Linux-x64)
131131
uses: dawidd6/action-download-artifact@v2
132132
with:
133-
name: mithril-distribution-Linux-x64
133+
name: mithril-distribution-Linux-X64
134134
path: ${{ matrix.project }}
135135
commit: ${{ github.sha }}
136136
workflow: ci.yml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Download built artifacts (Linux-x64)
4747
uses: dawidd6/action-download-artifact@v2
4848
with:
49-
name: mithril-distribution-Linux-x64
49+
name: mithril-distribution-Linux-X64
5050
path: ${{ matrix.project }}
5151
commit: ${{ github.sha }}
5252
workflow: ci.yml

0 commit comments

Comments
 (0)