This commit is contained in:
Bryan Gerlach
2026-02-12 12:41:33 -06:00
parent 0853fdeed8
commit 2ab2b54f66
3 changed files with 6 additions and 7 deletions

View File

@@ -475,7 +475,7 @@ jobs:
url: ${{ env.STATUS_URL }}
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
data: '{"uuid": "${{ env.uuid }}", "status": "50% complete, this step takes about 5 minutes, be patient."}'
data: '{"uuid": "${{ env.uuid }}", "status": "50% complete"}'
- name: Build rustdesk
run: |
@@ -565,7 +565,7 @@ jobs:
url: ${{ env.STATUS_URL }}
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
data: '{"uuid": "${{ env.uuid }}", "status": "70% complete, this step takes about 5 minutes, be patient."}'
data: '{"uuid": "${{ env.uuid }}", "status": "70% complete"}'
- name: zip dlls
continue-on-error: true