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
|
uses: actions/upload-artifact@v3.1.3
|
||||||
if: ${{ inputs.skip_deploy }}
|
if: ${{ inputs.skip_deploy }}
|
||||||
with:
|
with:
|
||||||
name: github-pages
|
name: coverage_report
|
||||||
path: ${{ inputs.cmake_path }}/coverage_report
|
path: ${{ inputs.cmake_path }}/coverage_report
|
||||||
|
|
||||||
- name: Upload Code Coverage Pages
|
- name: Upload Code Coverage Pages
|
||||||
@@ -156,14 +156,13 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
if: ${{ inputs.skip_test }}
|
if: ${{ inputs.skip_test }}
|
||||||
with:
|
with:
|
||||||
name: github-pages
|
name: coverage_report
|
||||||
path: github-pages
|
|
||||||
|
|
||||||
- name: Upload Code Coverage Pages
|
- name: Upload Code Coverage Pages
|
||||||
uses: actions/upload-pages-artifact@v2.0.0
|
uses: actions/upload-pages-artifact@v2.0.0
|
||||||
if: ${{ inputs.skip_test }}
|
if: ${{ inputs.skip_test }}
|
||||||
with:
|
with:
|
||||||
path: github-pages
|
path: .
|
||||||
|
|
||||||
- name: Deploy GitHub Pages site
|
- name: Deploy GitHub Pages site
|
||||||
id: deployment
|
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
|
uses: ./.github/workflows/regression_template.yml
|
||||||
with:
|
with:
|
||||||
skip_test: true
|
skip_test: true
|
||||||
skip_deploy: false
|
|
||||||
deploy_list: "ThreadX SMP"
|
deploy_list: "ThreadX SMP"
|
||||||
Reference in New Issue
Block a user