-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
# cd for test ouput
collect-artifacts:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
#这里会下载所有产物
- name: Download all artifacts
uses: actions/download-artifact@v2
with:
path: combined-output
- name: Upload combined output as artifact
uses: actions/upload-artifact@main
with:
name: combined-output
path: combined-output/
Metadata
Metadata
Assignees
Labels
No labels