gitea action version for CI
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm build
|
||||
- run: tar -czf build.tar.gz .output
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: nuxt-build
|
||||
path: build.tar.gz
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
node-version: 20
|
||||
cache: "pnpm"
|
||||
- run: pnpm install --frozen-lockfile --prod
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: nuxt-build
|
||||
- run: tar -xzf build.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user