This commit is contained in:
Bryan Gerlach
2025-11-21 21:49:17 -06:00
parent f72d9be70c
commit 661f39543c
3 changed files with 4 additions and 8 deletions

View File

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