Skip to content

fix: 压缩本地快捷方式指向网络路径时,本地文件不允许拖拽到压缩快捷方式追加文件 #934

fix: 压缩本地快捷方式指向网络路径时,本地文件不允许拖拽到压缩快捷方式追加文件

fix: 压缩本地快捷方式指向网络路径时,本地文件不允许拖拽到压缩快捷方式追加文件 #934

Workflow file for this run

name: Call CLA check
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
clacheck:
uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master
secrets: inherit