Skip to content

fix: 修复录屏过程中,设置最大字体20号后,录屏区域在任务栏上展示不全,且会导致任务栏一直闪动 #742

fix: 修复录屏过程中,设置最大字体20号后,录屏区域在任务栏上展示不全,且会导致任务栏一直闪动

fix: 修复录屏过程中,设置最大字体20号后,录屏区域在任务栏上展示不全,且会导致任务栏一直闪动 #742

Workflow file for this run

name: Call build-deb
on:
pull_request_target:
paths-ignore:
- ".github/workflows/**"
types: [ opened, closed, synchronize ]
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
check_job:
if: github.event.action != 'closed' || github.event.pull_request.merged
uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master
secrets:
BridgeToken: ${{ secrets.BridgeToken }}