github actions update

This commit is contained in:
galister 2025-12-28 13:26:23 +09:00
parent 8f5a035987
commit 67db0a9fb9
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ../target/release/wlx-overlay-s
asset_path: ./target/release/wlx-overlay-s
asset_name: wlx-overlay-s
asset_content_type: application/octet-stream
@ -76,7 +76,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ../target/release/wayvrctl
asset_path: ./target/release/wayvrctl
asset_name: wayvrctl
asset_content_type: application/octet-stream