Skip to content

Commit

Permalink
Fix CI paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Nov 10, 2023
1 parent c4403ae commit 81621de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: legacy-exceptions-rendered
path: document/core/_build/html
path: document/legacy/exceptions/_build/html

build-js-api-spec:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: legacy-exceptions-rendered
path: _output/core
path: _output/legacy/exceptions
- name: Download JS API spec artifact
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 81621de

Please sign in to comment.