ci: upload profile path build artifacts
This commit is contained in:
parent
4745401795
commit
29a1fa05d8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -44,4 +44,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
name: ${{ format('build-outputs-{0}-{1}', matrix.os, matrix.profile) }}
|
||||
path: "target/release/librashader.*"
|
||||
path: ${{ format('target/{0}/librashader.*', matrix.profile) }}
|
||||
|
|
Loading…
Reference in a new issue