Skip to content

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

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

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

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