mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-27 22:38:00 +08:00
Keep branch desktop artifacts thin
This commit is contained in:
@@ -62,15 +62,11 @@ jobs:
|
|||||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
|
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
|
||||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||||
|
|
||||||
- name: Build local server bundle
|
|
||||||
run: node scripts/release/build-server-bundle.js
|
|
||||||
|
|
||||||
- name: Verify macOS artifacts
|
- name: Verify macOS artifacts
|
||||||
run: |
|
run: |
|
||||||
test -n "$(find release -maxdepth 1 -name '*.dmg' -print -quit)"
|
test -n "$(find release -maxdepth 1 -name '*.dmg' -print -quit)"
|
||||||
test -n "$(find release -maxdepth 1 -name '*.zip' -print -quit)"
|
test -n "$(find release -maxdepth 1 -name '*.zip' -print -quit)"
|
||||||
test -n "$(find release/server-bundles -maxdepth 1 -name 'cloudcli-server-*.tar.gz' -print -quit)"
|
shasum -a 256 release/*.{dmg,zip} > release/SHASUMS256.txt
|
||||||
shasum -a 256 release/*.{dmg,zip} release/server-bundles/* > release/SHASUMS256.txt
|
|
||||||
cat release/SHASUMS256.txt
|
cat release/SHASUMS256.txt
|
||||||
|
|
||||||
- name: Upload branch build artifacts
|
- name: Upload branch build artifacts
|
||||||
@@ -82,7 +78,6 @@ jobs:
|
|||||||
release/*.zip
|
release/*.zip
|
||||||
release/*.yml
|
release/*.yml
|
||||||
release/*.blockmap
|
release/*.blockmap
|
||||||
release/server-bundles/*
|
|
||||||
release/SHASUMS256.txt
|
release/SHASUMS256.txt
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|||||||
@@ -45,16 +45,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CSC_IDENTITY_AUTO_DISCOVERY: "false"
|
CSC_IDENTITY_AUTO_DISCOVERY: "false"
|
||||||
|
|
||||||
- name: Build local server bundle
|
|
||||||
run: node scripts/release/build-server-bundle.js
|
|
||||||
|
|
||||||
- name: Verify Windows artifacts
|
- name: Verify Windows artifacts
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
test -n "$(find release -maxdepth 1 -name '*.exe' -print -quit)"
|
test -n "$(find release -maxdepth 1 -name '*.exe' -print -quit)"
|
||||||
test -n "$(find release -maxdepth 1 -name '*.zip' -print -quit)"
|
test -n "$(find release -maxdepth 1 -name '*.zip' -print -quit)"
|
||||||
test -n "$(find release/server-bundles -maxdepth 1 -name 'cloudcli-server-*.tar.gz' -print -quit)"
|
sha256sum release/*.{exe,zip} > release/SHASUMS256.txt
|
||||||
sha256sum release/*.{exe,zip} release/server-bundles/* > release/SHASUMS256.txt
|
|
||||||
cat release/SHASUMS256.txt
|
cat release/SHASUMS256.txt
|
||||||
|
|
||||||
- name: Upload branch build artifacts
|
- name: Upload branch build artifacts
|
||||||
@@ -66,7 +62,6 @@ jobs:
|
|||||||
release/*.zip
|
release/*.zip
|
||||||
release/*.yml
|
release/*.yml
|
||||||
release/*.blockmap
|
release/*.blockmap
|
||||||
release/server-bundles/*
|
|
||||||
release/SHASUMS256.txt
|
release/SHASUMS256.txt
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|||||||
Reference in New Issue
Block a user