Only archive the... archives (not the individual bins)
This commit is contained in:
parent
d2c25a35f0
commit
9b2b866701
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: dist
|
||||
path: dist/**
|
||||
path: dist/OliveTin-**
|
||||
|
||||
- name: Archive integration tests
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue