Skip to content

Commit

Permalink
更新actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kscript committed Sep 16, 2024
1 parent c20a7a3 commit 1a8a51a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm ci
npm run build
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand All @@ -38,12 +38,14 @@ jobs:
uses: actions/checkout@v3

- name: Download Artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: dist
path: ./dist

- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: 'dist'
folder: 'dist'
clean: true

0 comments on commit 1a8a51a

Please sign in to comment.