build: fixed artifact name
This commit is contained in:
parent
ff239ab0e5
commit
d6e0a8350a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -29,5 +29,5 @@ jobs:
|
|||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: canary-build
|
||||
name: canary-build-${{ runner.os }}
|
||||
path: build/${{ runner.os }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue