add release artifact
This commit is contained in:
parent
e6f4c4a921
commit
c467f018c5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -104,5 +104,5 @@ jobs:
|
||||||
rm ./build/*.{d,rlib}
|
rm ./build/*.{d,rlib}
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release
|
name: release-${{ matrix.arch }}
|
||||||
path: build/*
|
path: build/*
|
||||||
|
|
Loading…
Reference in a new issue