mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
fix: update artifact names to use runner.os instead of env.OS since OS does not contain the version and thus generats conflicts
This commit is contained in:
committed by
Guillaume Nodet
parent
cab6c69d3d
commit
95abe11bd9
4
.github/workflows/early-access.yaml
vendored
4
.github/workflows/early-access.yaml
vendored
@@ -178,14 +178,14 @@ jobs:
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: daemon-test-logs-${{ env.OS }}-${{ env.ARCH }}
|
||||
name: daemon-test-logs-${{ runner.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-${{ env.OS }}-${{ env.ARCH }}
|
||||
name: mvnd-${{ runner.os }}-${{ env.ARCH }}
|
||||
path: dist/target/maven-mvnd-*.zip
|
||||
|
||||
site-build:
|
||||
|
||||
Reference in New Issue
Block a user