ci: set name of the documentation artifact
This commit is contained in:
parent
130060619e
commit
e01616d175
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
- name: '📤 Upload artifact: HTML'
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: openFPGALoader-Documentation
|
||||
path: doc/_build/html
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue