Skip to content

Commit

Permalink
ci: fix explorer artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed May 26, 2024
1 parent b64c511 commit 47bcd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
PULL_REQUEST_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}

- name: Upload pages artifact
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: 'ui/dist/explorer/'

Expand Down

0 comments on commit 47bcd33

Please sign in to comment.