Skip to content

fix: 修复截图设置保存时设置位置,在锁屏页面截图,进入系统,关闭截图保存操作框,会闪现锁屏页面 #618

fix: 修复截图设置保存时设置位置,在锁屏页面截图,进入系统,关闭截图保存操作框,会闪现锁屏页面

fix: 修复截图设置保存时设置位置,在锁屏页面截图,进入系统,关闭截图保存操作框,会闪现锁屏页面 #618

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 }}