ci: only upload compiled outputs
This commit is contained in:
parent
4d0d833879
commit
b0948dd951
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -38,4 +38,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
name: build-outputs
|
||||
path: "target"
|
||||
path: "target/librashader.*"
|
||||
|
|
Loading…
Reference in a new issue