From 67db0a9fb9100705c51670cf31c1a9b2e2b14b36 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sun, 28 Dec 2025 13:26:23 +0900 Subject: [PATCH] github actions update --- .github/workflows/make-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 67da271..36a9047 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -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