release v1.1.2

This commit is contained in:
wj-xiao
2026-01-19 18:14:05 +08:00
parent 07cb6e18e1
commit fd346cb3ec

View File

@@ -101,6 +101,7 @@ jobs:
build_script: build:mac
build_args: --x64
artifact_name: desktop-macos-x64
exclude_latest_yml: true
defaults:
run:
working-directory: desktop
@@ -150,7 +151,7 @@ jobs:
desktop/dist/*.rpm
desktop/dist/*.dmg
desktop/dist/*-mac.zip
desktop/dist/latest*.yml
${{ matrix.exclude_latest_yml != true && 'desktop/dist/latest*.yml' || '' }}
if-no-files-found: error
create-release: