Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Feb 9, 2024
1 parent 7becc39 commit 13de276
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/archutil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ env:

jobs:
exits:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-20.04
steps:
-
name: Prepare
Expand Down Expand Up @@ -54,6 +60,6 @@ jobs:
name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: archutil-exits
name: archutil-exits-${{ matrix.os }}
path: ${{ env.DESTDIR }}/*
if-no-files-found: error

0 comments on commit 13de276

Please sign in to comment.