Skip to content

Commit

Permalink
Try running builds for both Ubuntu 18.04 and 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Nov 18, 2020
1 parent 50f43a7 commit 3aa9781
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ on:

jobs:
build-ubuntu:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ubuntu-18.04, ubuntu-20.04]

runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v2
Expand All @@ -27,7 +31,7 @@ jobs:
- name: Upload Package
uses: actions/upload-artifact@v2
with:
name: "Pinta-ubuntu1804.zip"
name: Pinta-${{ matrix.platform }}.zip
path: pinta-1.8.zip
if-no-files-found: error

Expand Down

0 comments on commit 3aa9781

Please sign in to comment.