Skip to content

Commit

Permalink
add missing exe
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Dec 24, 2023
1 parent 80d8a49 commit 4b6faea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b6faea

Please sign in to comment.