mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-02-01 01:08:40 +08:00
fix: removed macos-latest from the matrix as it is the same as macos-14. Also changed the name for the artifacts to upload to have the macos version so they don't collide
This commit is contained in:
committed by
Guillaume Nodet
parent
95abe11bd9
commit
94063f0798
6
.github/workflows/early-access.yaml
vendored
6
.github/workflows/early-access.yaml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# binaries wanted: linux amd64, mac M1, mac intel, windows x86
|
||||
os: [ ubuntu-latest, macos-latest, macos-13, macos-14, windows-latest ]
|
||||
os: [ ubuntu-latest, macos-13, macos-14, windows-latest ]
|
||||
arch: [ x64, arm64 ]
|
||||
exclude:
|
||||
- os: macos-13
|
||||
@@ -178,14 +178,14 @@ jobs:
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: daemon-test-logs-${{ runner.os }}-${{ env.ARCH }}
|
||||
name: daemon-test-logs-${{ matrix.os }}-${{ env.ARCH }}
|
||||
path: integration-tests/target/mvnd-tests/**/daemon*.log
|
||||
include-hidden-files: 'true'
|
||||
|
||||
- name: 'Upload artifact'
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: mvnd-${{ runner.os }}-${{ env.ARCH }}
|
||||
name: mvnd-${{ matrix.os }}-${{ env.ARCH }}
|
||||
path: dist/target/maven-mvnd-*.zip
|
||||
|
||||
site-build:
|
||||
|
||||
Reference in New Issue
Block a user