Skip to content

Commit

Permalink
Update upload_artifacts.yml
Browse files Browse the repository at this point in the history
changed name for zip file

Signed-off-by: qthompso <[email protected]>
  • Loading branch information
qthompso authored Oct 27, 2023
1 parent 7a01db9 commit 6da3a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: artifact_docs
- name: unzip-artifact
run: |
unzip test1.zip
unzip test2.zip
rm -r docs_results/.results_docs/html/.doctrees
- name: upload-pages-artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 6da3a99

Please sign in to comment.