mirror of
https://github.com/SukkaW/Surge.git
synced 2026-03-15 07:26:42 +08:00
CI: Housekeeping
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -102,7 +102,7 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
echo "public directory is ready: ${{ steps.ramdisk.outputs.build_dir }}"
|
||||
- uses: actions/upload-artifact@v6
|
||||
- uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: build-artifact-${{ github.sha }}-${{ github.run_number }}
|
||||
path: ${{ steps.ramdisk.outputs.build_dir }}
|
||||
@@ -125,7 +125,7 @@ jobs:
|
||||
name: Diff output
|
||||
runs-on: ubuntu-slim
|
||||
steps:
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: build-artifact-${{ github.sha }}-${{ github.run_number }}
|
||||
path: public
|
||||
@@ -161,7 +161,7 @@ jobs:
|
||||
key: deploy-to-cloudflare-npm-${{ runner.os }}-${{ runner.arch }}-wrangler-${{ matrix.wranglerVersion }}
|
||||
restore-keys: |
|
||||
deploy-to-cloudflare-npm-${{ runner.os }}-${{ runner.arch }}-wrangler-
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: build-artifact-${{ github.sha }}-${{ github.run_number }}
|
||||
path: public
|
||||
@@ -179,7 +179,7 @@ jobs:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
runs-on: ubuntu-slim
|
||||
steps:
|
||||
- uses: actions/download-artifact@v7
|
||||
- uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: build-artifact-${{ github.sha }}-${{ github.run_number }}
|
||||
path: public
|
||||
|
||||
Reference in New Issue
Block a user