|
@@ -76,7 +76,7 @@ jobs:
|
|
|
- uses: actions/upload-artifact@v2
|
|
- uses: actions/upload-artifact@v2
|
|
|
with:
|
|
with:
|
|
|
name: ${{ matrix.profile}}-${{ matrix.otp }}-${{ matrix.os }}
|
|
name: ${{ matrix.profile}}-${{ matrix.otp }}-${{ matrix.os }}
|
|
|
- path: _packages/${{ matrix.profile}}/*.tar.gz
|
|
|
|
|
|
|
+ path: _packages/${{ matrix.profile}}/*
|
|
|
- uses: actions/upload-artifact@v2
|
|
- uses: actions/upload-artifact@v2
|
|
|
with:
|
|
with:
|
|
|
name: "${{ matrix.profile }}_schema_dump"
|
|
name: "${{ matrix.profile }}_schema_dump"
|
|
@@ -120,7 +120,7 @@ jobs:
|
|
|
- uses: actions/upload-artifact@v2
|
|
- uses: actions/upload-artifact@v2
|
|
|
with:
|
|
with:
|
|
|
name: windows
|
|
name: windows
|
|
|
- path: _packages/${{ matrix.profile}}/*.tar.gz
|
|
|
|
|
|
|
+ path: _packages/${{ matrix.profile}}/*
|
|
|
|
|
|
|
|
mac:
|
|
mac:
|
|
|
strategy:
|
|
strategy:
|
|
@@ -195,7 +195,7 @@ jobs:
|
|
|
- uses: actions/upload-artifact@v2
|
|
- uses: actions/upload-artifact@v2
|
|
|
with:
|
|
with:
|
|
|
name: macos
|
|
name: macos
|
|
|
- path: _packages/**/*.tar.gz
|
|
|
|
|
|
|
+ path: _packages/**/*
|
|
|
|
|
|
|
|
spellcheck:
|
|
spellcheck:
|
|
|
needs: linux
|
|
needs: linux
|