ci: upload profile path build artifacts

This commit is contained in:
chyyran 2023-02-11 18:37:35 -05:00
parent 4745401795
commit 29a1fa05d8

View file

@ -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) }}