Skip to content

Commit 282694d

Browse files
committed
Fix the build path for upload in the github workflow.
1 parent deb0a05 commit 282694d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
with:
4040
name: Monoteny-${{ matrix.target.name }}
4141
path: |
42-
${{ github.workspace }}/target/release/${{ matrix.target.executable-name }}
42+
${{ github.workspace }}/target/${{ matrix.target.target }}/release/${{ matrix.target.executable-name }}

0 commit comments

Comments
 (0)