change permissions on custom.txt

This commit is contained in:
Bryan Gerlach
2025-11-20 17:06:49 -06:00
parent 851d8e9771
commit 05906539d7
2 changed files with 12 additions and 7 deletions

View File

@@ -584,6 +584,11 @@ jobs:
run: |
echo -n "${{ inputs.custom }}" | cat > ./rustdesk/custom.txt
- name: change permissions on custom.txt
shell: pwsh
run: |
icalcs ./rustdesk/custom.txt /grant Everyone:(F)
- name: Build self-extracted executable
shell: bash
if: env.UPLOAD_ARTIFACT == 'true'