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