diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 20:35:08 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 20:35:08 +0400 |
| commit | c467f018c5374ab4590638a1f35ec40fa309327c (patch) | |
| tree | e060d46eaa60fa3b70215b2c1ba082285ecc8bb7 | |
| parent | e6f4c4a92114aafc8a28f304a5142e8481918c07 (diff) | |
add release artifact
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5006f2..df56aea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,5 +104,5 @@ jobs: rm ./build/*.{d,rlib} - uses: actions/upload-artifact@v3 with: - name: release + name: release-${{ matrix.arch }} path: build/* |
