Fix upload-artifact
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -20,5 +20,5 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: bin
|
name: ${{ matrix.os }}
|
||||||
path: ./bin
|
path: ./bin
|
||||||
|
|||||||
Reference in New Issue
Block a user