ci: fix permission when packaging; move installer to another repository (#470)

* installer: fix permission & move to another repository

* update gitee url

* update resource

* ci: fix permission
This commit is contained in:
UUBulb
2024-11-06 16:44:31 +08:00
committed by GitHub
parent 2590815a6c
commit 3d6edd602c
6 changed files with 32 additions and 19 deletions
+1
View File
@@ -73,6 +73,7 @@ jobs:
- name: Archive and compress binaries
run: |
find assets/*/*/* -type f | while read -r file; do
chmod +x $file
dir=$(dirname "$file")
filename=$(basename "$file")
fileWithoutExt="${filename%.*}"