Skip to content

Commit

Permalink
更新文件名
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Oct 16, 2024
1 parent f88130f commit b56fdce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
mv "dist/${script%.py}" "dist/${script%.py}-Linux-x64"
done
zip -j "cnNetTool-Linux-x64.zip" dist/*-Linux-x64
- name: Fix file permissions
run: |
chmod -R 755 ./dist
- name: Build executables (Windows)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit b56fdce

Please sign in to comment.