fix: extract artifact

This commit is contained in:
2025-05-09 01:31:48 +07:00
parent 2566af0643
commit de6fa973cc
+5 -1
View File
@@ -93,7 +93,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: github-pages
path: ./public
path: .
- name: Extract artifact
run: |
mkdir -p public
tar -xf artifact.tar -C public
- name: Deploy
uses: cloudflare/wrangler-action@v3
with: