release action 为linux文件添加可执行权

This commit is contained in:
H3CoF6
2026-04-11 22:59:20 +08:00
parent 0f34222954
commit 49ab0de7b3

View File

@@ -104,6 +104,11 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Ensure linux key helper is executable
shell: bash
run: |
[ -f "resources/key/linux/x64/xkey_helper" ] && chmod +x "resources/key/linux/x64/xkey_helper" || echo "File not found"
- name: Sync version with tag - name: Sync version with tag
shell: bash shell: bash
run: | run: |