Skip to content

Commit

Permalink
Update release script to build for two ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 committed Jul 22, 2021
1 parent 65ea3ef commit e1b9692
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-binary-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e1b9692

Please sign in to comment.