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