add missing exe

This commit is contained in:
Ferdinand Schober
2023-12-24 20:47:21 +01:00
parent 80d8a496bb
commit 4b6faea93a
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ jobs:
run: |
mkdir "lan-mouse"
Get-Childitem -Path "C:\\gtk-build\\gtk\\x64\\release\\bin\\*.dll" -File -Recurse | Copy-Item -Destination "lan-mouse"
Copy-Item -Path "target\release\lan-mouse.exe" -Destination "lan-mouse"
Compress-Archive -Path "lan-mouse\*" -DestinationPath lan-mouse.zip
- name: Upload build artifact
uses: actions/upload-artifact@v3