1
0
forked from GitHub/gf-core

Update release script to build for two ubuntu versions

This commit is contained in:
Andreas Källberg
2021-07-22 09:06:31 +08:00
parent 3c4f42db15
commit 375b3cf285

View File

@@ -10,11 +10,13 @@ jobs:
ubuntu:
name: Build Ubuntu package
runs-on: ubuntu-latest
# strategy:
# matrix:
# ghc: ["8.6.5"]
# cabal: ["2.4"]
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
@@ -53,7 +55,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: gf-${{ github.sha }}-ubuntu
name: gf-${{ github.sha }}-${{ matrix.os }}
path: dist/gf_*.deb
if-no-files-found: error