mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: enhance artifact naming in release workflows to include job and run attempt
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -2058,7 +2058,7 @@ jobs:
|
||||
with:
|
||||
# Name of the artifact to upload.
|
||||
# Optional. Default is 'artifact'
|
||||
name: test-results
|
||||
name: test-results-${{ github.job }}-${{ github.run_attempt }}
|
||||
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
# Required.
|
||||
@@ -2120,7 +2120,7 @@ jobs:
|
||||
with:
|
||||
# Name of the artifact to upload.
|
||||
# Optional. Default is 'artifact'
|
||||
name: test-results
|
||||
name: test-results-${{ github.job }}-${{ github.run_attempt }}
|
||||
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
# Required.
|
||||
|
||||
4
.github/workflows/test-release.yaml
vendored
4
.github/workflows/test-release.yaml
vendored
@@ -2007,7 +2007,7 @@ jobs:
|
||||
with:
|
||||
# Name of the artifact to upload.
|
||||
# Optional. Default is 'artifact'
|
||||
name: test-results
|
||||
name: test-results-${{ github.job }}-${{ github.run_attempt }}
|
||||
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
# Required.
|
||||
@@ -2064,7 +2064,7 @@ jobs:
|
||||
with:
|
||||
# Name of the artifact to upload.
|
||||
# Optional. Default is 'artifact'
|
||||
name: test-results
|
||||
name: test-results-${{ github.job }}-${{ github.run_attempt }}
|
||||
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
# Required.
|
||||
|
||||
Reference in New Issue
Block a user