|
@@ -100,7 +100,7 @@ jobs:
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
os: [ubuntu-latest]
|
|
os: [ubuntu-latest]
|
|
- tag: [bionic, focal, groovy]
|
|
|
|
|
|
+ tag: [focal, groovy]
|
|
runs-on: ${{ matrix.os }}
|
|
runs-on: ${{ matrix.os }}
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
@@ -129,4 +129,4 @@ jobs:
|
|
uses: actions/upload-artifact@v2
|
|
uses: actions/upload-artifact@v2
|
|
with:
|
|
with:
|
|
name: debian-${{ matrix.tag }}
|
|
name: debian-${{ matrix.tag }}
|
|
- path: ${{ github.workspace }}/deployment/dist/*
|
|
|
|
|
|
+ path: ${{ github.workspace }}/deployment/dist/*
|