mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 16:37:06 +08:00
temporarily skip the release ui ci for windows
This commit is contained in:
@@ -7,36 +7,36 @@ on:
|
|||||||
- "ui-v*" # Push events to matching v*, i.e. v1.0, v20.15.10
|
- "ui-v*" # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_on_windows:
|
# build_on_windows:
|
||||||
env:
|
# env:
|
||||||
PUPPETEER_SKIP_DOWNLOAD: 'true'
|
# PUPPETEER_SKIP_DOWNLOAD: 'true'
|
||||||
runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
permissions: write-all
|
# permissions: write-all
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# # Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
# steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- name: Checkout source
|
# - name: Checkout source
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: |
|
# run: |
|
||||||
npm i pnpm@^8.6.9 -g
|
# npm i pnpm@^8.6.9 -g
|
||||||
cd packages/ui
|
# cd packages/ui
|
||||||
pnpm i --force
|
# pnpm i --force
|
||||||
|
|
||||||
- name: Build
|
# - name: Build
|
||||||
run: |
|
# run: |
|
||||||
cd packages/ui
|
# cd packages/ui
|
||||||
node ./scripts/github-ci-build.mjs
|
# node ./scripts/github-ci-build.mjs
|
||||||
|
|
||||||
- name: Upload
|
# - name: Upload
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: binary-geekgeekrun-ui-windows-${{ github.sha }}
|
# name: binary-geekgeekrun-ui-windows-${{ github.sha }}
|
||||||
path: |
|
# path: |
|
||||||
${{ github.workspace }}/packages/ui/dist/*.exe
|
# ${{ github.workspace }}/packages/ui/dist/*.exe
|
||||||
overwrite: true
|
# overwrite: true
|
||||||
|
|
||||||
build_on_macos:
|
build_on_macos:
|
||||||
env:
|
env:
|
||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- build_on_linux
|
- build_on_linux
|
||||||
- build_on_macos
|
- build_on_macos
|
||||||
- build_on_windows
|
# - build_on_windows
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download Artifact
|
- name: Download Artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user