ci(linux): migrate Archlinux build to GitHub workflow (#4478)

This commit is contained in:
David Lane
2025-12-07 09:01:57 -05:00
committed by GitHub
parent 35f4b9ee51
commit 75809f13e3
8 changed files with 292 additions and 188 deletions

View File

@@ -156,8 +156,7 @@ jobs:
if: >-
always() &&
matrix.release != true &&
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
startsWith(github.repository, 'LizardByte/')
(steps.test.outcome == 'success' || steps.test.outcome == 'failure')
uses: actions/upload-artifact@v5
with:
name: coverage-Homebrew-${{ matrix.os_name }}-${{ matrix.os_version }}