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