Skip to content

Commit

Permalink
fix: change upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam committed Dec 27, 2024
1 parent 7fd7d15 commit f27d609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Copy Builds
run: |
mkdir build
cp -r examples/sample-next-privy-app/dist build/next
cp -r examples/sample-next-privy-app/dist ./build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit f27d609

Please sign in to comment.