File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments