Skip to content

Commit

Permalink
fix,ci: oops wrong action for uploading pages artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
iyxan23 authored Aug 17, 2024
1 parent 3d646d6 commit 03b349a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rafflesia-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Build with trunk
run: cd rafflesia-web && trunk build --public-url rafflesia/ --release

- name: Upload artifact
uses: actions/upload-artifact@v4
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: rafflesia-web/dist/

Expand Down

0 comments on commit 03b349a

Please sign in to comment.