ci(linux): migrate Archlinux build to GitHub workflow (#4478)
This commit is contained in:
3
.github/workflows/ci-homebrew.yml
vendored
3
.github/workflows/ci-homebrew.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user