Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KenwoodFox committed Sep 23, 2024
1 parent b7b4ebd commit 410178e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: Uniform_and_Style_Guide
name: ProjectDocs
path: Docs/_build/latex/MegaMouse.pdf
#

Expand All @@ -55,9 +55,9 @@ jobs:
needs: [make_docs]

steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v2
with:
name: Uniform_and_Style_Guide
name: ProjectDocs

- name: Upload Docs to release
uses: svenstaro/upload-release-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hardware_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
needs: [KiCad_Hardware]

steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v2
with:
name: Board-Hardware

Expand Down

0 comments on commit 410178e

Please sign in to comment.