Skip to content

Commit

Permalink
Fix publish-playground.yml (#2025)
Browse files Browse the repository at this point in the history
Fixing regression from #2024
  • Loading branch information
minestarks authored Nov 14, 2024
1 parent 1ff23b3 commit 57e77e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build and Test
run: python ./build.py --no-check --no-test --wasm --npm --play
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: ./playground/public

Expand Down

0 comments on commit 57e77e9

Please sign in to comment.