mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 20:09:59 +03:00
add missing exe
This commit is contained in:
1
.github/workflows/pre-release.yml
vendored
1
.github/workflows/pre-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user