mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-11 18:01:29 +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: |
|
run: |
|
||||||
mkdir "lan-mouse"
|
mkdir "lan-mouse"
|
||||||
Get-Childitem -Path "C:\\gtk-build\\gtk\\x64\\release\\bin\\*.dll" -File -Recurse | Copy-Item -Destination "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
|
Compress-Archive -Path "lan-mouse\*" -DestinationPath lan-mouse.zip
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v3
|
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: |
|
run: |
|
||||||
mkdir "lan-mouse"
|
mkdir "lan-mouse"
|
||||||
Get-Childitem -Path "C:\\gtk-build\\gtk\\x64\\release\\bin\\*.dll" -File -Recurse | Copy-Item -Destination "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
|
Compress-Archive -Path "lan-mouse\*" -DestinationPath lan-mouse.zip
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user