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 install --frozen-lockfile
|
||||||
- run: pnpm build
|
- run: pnpm build
|
||||||
- run: tar -czf build.tar.gz .output
|
- run: tar -czf build.tar.gz .output
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: nuxt-build
|
name: nuxt-build
|
||||||
path: build.tar.gz
|
path: build.tar.gz
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
node-version: 20
|
node-version: 20
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
- run: pnpm install --frozen-lockfile --prod
|
- run: pnpm install --frozen-lockfile --prod
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: nuxt-build
|
name: nuxt-build
|
||||||
- run: tar -xzf build.tar.gz
|
- run: tar -xzf build.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user