misc: Sync .github dir to stable (#1185)
This commit is contained in:
6
.github/workflows/daily-tests.yaml
vendored
6
.github/workflows/daily-tests.yaml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ needs.name-artifacts.outputs.build-name }}${{ matrix.image }}
|
||||
path: build/${{ matrix.image }}/gem5.opt
|
||||
path: '*build/${{ matrix.image }}/gem5.opt'
|
||||
retention-days: 5
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
# The actions/upload-artifact@v4 action has a special "merge" sub action
|
||||
@@ -74,13 +74,13 @@ jobs:
|
||||
# gem5 build artifacts when running the long tests.
|
||||
merge-gem5-build-artifacts:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build-gem5
|
||||
needs: [build-gem5, name-artifacts]
|
||||
steps:
|
||||
- name: Merge gem5 build artifacts
|
||||
uses: actions/upload-artifact/merge@v4
|
||||
with:
|
||||
name: ${{needs.name-artifacts.outputs.build-name}}
|
||||
path: ${{needs.name-artifacts.outputs.build-name}}*
|
||||
pattern: ${{needs.name-artifacts.outputs.build-name}}*
|
||||
retention-days: 5
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user