Use a different artifact name
This commit is contained in:
7
.github/workflows/regression_template.yml
vendored
7
.github/workflows/regression_template.yml
vendored
@@ -132,7 +132,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3.1.3
|
||||
if: ${{ inputs.skip_deploy }}
|
||||
with:
|
||||
name: github-pages
|
||||
name: coverage_report
|
||||
path: ${{ inputs.cmake_path }}/coverage_report
|
||||
|
||||
- name: Upload Code Coverage Pages
|
||||
@@ -156,14 +156,13 @@ jobs:
|
||||
- uses: actions/download-artifact@v3
|
||||
if: ${{ inputs.skip_test }}
|
||||
with:
|
||||
name: github-pages
|
||||
path: github-pages
|
||||
name: coverage_report
|
||||
|
||||
- name: Upload Code Coverage Pages
|
||||
uses: actions/upload-pages-artifact@v2.0.0
|
||||
if: ${{ inputs.skip_test }}
|
||||
with:
|
||||
path: github-pages
|
||||
path: .
|
||||
|
||||
- name: Deploy GitHub Pages site
|
||||
id: deployment
|
||||
|
||||
1
.github/workflows/regression_test.yml
vendored
1
.github/workflows/regression_test.yml
vendored
@@ -32,5 +32,4 @@ jobs:
|
||||
uses: ./.github/workflows/regression_template.yml
|
||||
with:
|
||||
skip_test: true
|
||||
skip_deploy: false
|
||||
deploy_list: "ThreadX SMP"
|
||||
Reference in New Issue
Block a user