Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose authored May 6, 2024
1 parent 532604b commit b95ef18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
path: .
path: dist

- name: Download JSDoc artifacts
uses: actions/download-artifact@v4
with:
name: jsdoc
path: .
path: jsdoc

- name: Build 404
run: |
Expand Down

0 comments on commit b95ef18

Please sign in to comment.