This commit is contained in:
Bryan Gerlach
2026-02-11 15:48:33 -06:00
parent 60dc527cad
commit 461a8a56ff

View File

@@ -41,10 +41,6 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Download the source code
run: |
git clone https://github.com/rustdesk-org/RustDeskTempTopMostWindow RustDeskTempTopMostWindow
- name: Checkout Repository
uses: actions/checkout@v4
@@ -67,6 +63,10 @@ jobs:
customHeaders: '{"Content-Type": "application/json"}'
data: '{"uuid": "${{ env.uuid }}"}'
- name: Download the source code
run: |
git clone https://github.com/rustdesk-org/RustDeskTempTopMostWindow RustDeskTempTopMostWindow
# Build. commit 53b548a5398624f7149a382000397993542ad796 is tag v0.3
- name: Build the project
run: |