ci: upload deb and rpm packages from slim build jobs too
This commit is contained in:
parent
75fc52df0b
commit
9db86e7c39
|
@ -76,7 +76,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.profile}}-${{ matrix.otp }}-${{ matrix.os }}
|
||||
path: _packages/${{ matrix.profile}}/*.tar.gz
|
||||
path: _packages/${{ matrix.profile}}/*
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: "${{ matrix.profile }}_schema_dump"
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: windows
|
||||
path: _packages/${{ matrix.profile}}/*.tar.gz
|
||||
path: _packages/${{ matrix.profile}}/*
|
||||
|
||||
mac:
|
||||
strategy:
|
||||
|
@ -196,7 +196,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: macos
|
||||
path: _packages/**/*.tar.gz
|
||||
path: _packages/**/*
|
||||
|
||||
spellcheck:
|
||||
needs: linux
|
||||
|
|
Loading…
Reference in New Issue