Skip to content

Commit 67db0a9

Browse files
committed
github actions update
1 parent 8f5a035 commit 67db0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
6767
with:
6868
upload_url: ${{ steps.create_release.outputs.upload_url }}
69-
asset_path: ../target/release/wlx-overlay-s
69+
asset_path: ./target/release/wlx-overlay-s
7070
asset_name: wlx-overlay-s
7171
asset_content_type: application/octet-stream
7272

@@ -76,7 +76,7 @@ jobs:
7676
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
7777
with:
7878
upload_url: ${{ steps.create_release.outputs.upload_url }}
79-
asset_path: ../target/release/wayvrctl
79+
asset_path: ./target/release/wayvrctl
8080
asset_name: wayvrctl
8181
asset_content_type: application/octet-stream
8282

0 commit comments

Comments
 (0)