mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
add missing exe
This commit is contained in:
parent
80d8a496bb
commit
4b6faea93a
2 changed files with 2 additions and 0 deletions
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
|
||||
|
|
|
|||
1
.github/workflows/tagged-release.yml
vendored
1
.github/workflows/tagged-release.yml
vendored
|
|
@ -65,6 +65,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue