Skip to content

Commit bbd2e82

Browse files
authored
fix(ci): correct isa explorer artifact names in pages deployment (#1007)
1 parent c8c1847 commit bbd2e82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,28 @@ jobs:
5353
- name: Download ISA Explorer CSR
5454
uses: actions/download-artifact@v5
5555
with:
56-
name: isa_explorer-csr
56+
name: isa-explorer-csr
5757
path: _site/isa_explorer
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959
run-id: ${{ github.event.workflow_run.id }}
6060
- name: Download ISA Explorer Extension
6161
uses: actions/download-artifact@v5
6262
with:
63-
name: isa_explorer-ext
63+
name: isa-explorer-ext
6464
path: _site/isa_explorer
6565
github-token: ${{ secrets.GITHUB_TOKEN }}
6666
run-id: ${{ github.event.workflow_run.id }}
6767
- name: Download ISA Explorer Inst
6868
uses: actions/download-artifact@v5
6969
with:
70-
name: isa_explorer-inst
70+
name: isa-explorer-inst
7171
path: _site/isa_explorer
7272
github-token: ${{ secrets.GITHUB_TOKEN }}
7373
run-id: ${{ github.event.workflow_run.id }}
7474
- name: Download ISA Explorer Spreadsheet
7575
uses: actions/download-artifact@v5
7676
with:
77-
name: isa_explorer-spreadsheet
77+
name: isa-explorer-spreadsheet
7878
path: _site/isa_explorer
7979
github-token: ${{ secrets.GITHUB_TOKEN }}
8080
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)