We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb0a05 commit 282694dCopy full SHA for 282694d
.github/workflows/build.yml
@@ -39,4 +39,4 @@ jobs:
39
with:
40
name: Monoteny-${{ matrix.target.name }}
41
path: |
42
- ${{ github.workspace }}/target/release/${{ matrix.target.executable-name }}
+ ${{ github.workspace }}/target/${{ matrix.target.target }}/release/${{ matrix.target.executable-name }}
0 commit comments