fix: 手机MTP内部,拖拽文件到压缩文件图标上,压缩完成后,压缩文件变为tmp后缀文件 #165
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Call build-distribution | |
on: | |
push: | |
paths-ignore: | |
- ".github/workflows/**" | |
pull_request_target: | |
paths-ignore: | |
- ".github/workflows/**" | |
jobs: | |
check_job: | |
uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master | |
secrets: | |
BUILD_GPG_PRIVATE_KEY: ${{ secrets.BUILD_GPG_PRIVATE_KEY }} | |
BUILD_SSH_PRIVATE_KEY: ${{ secrets.BUILD_SSH_PRIVATE_KEY }} | |
WEBDAV_PASSWD: ${{ secrets.WEBDAV_PASSWD }} | |
WEBDAV_USER: ${{ secrets.WEBDAV_USER }} |