Merge pull request #8382 from zmstone/0701-upload-rpm-and-deb-from-slim-builds
ci: upload deb and rpm packages from slim build jobs too
This commit is contained in:
commit
ccc734c6ee
|
@ -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:
|
||||
|
@ -195,7 +195,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: macos
|
||||
path: _packages/**/*.tar.gz
|
||||
path: _packages/**/*
|
||||
|
||||
spellcheck:
|
||||
needs: linux
|
||||
|
|
Loading…
Reference in New Issue