mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix output collection in build action
This commit is contained in:
parent
532294ba1c
commit
e0cf0bef43
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -29,6 +29,6 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
name: build-${{ matrix.os }}
|
||||
path: dist/*
|
||||
retention-days: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue