mirror of
https://github.com/tiennm99/miti99.git
synced 2026-09-08 20:20:15 +00:00
fix: extract artifact
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user