upload artifacts
This commit is contained in:
6
.github/workflows/quick-regression.yml
vendored
6
.github/workflows/quick-regression.yml
vendored
@ -81,10 +81,10 @@ jobs:
|
|||||||
--list-input=folder_list.txt
|
--list-input=folder_list.txt
|
||||||
tar -cvf quick-regression-test.tar run.log progress.yaml
|
tar -cvf quick-regression-test.tar run.log progress.yaml
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: quick-regression-test-artifact
|
name: quick-regression-test-artifact
|
||||||
path: quick-regression-test.tar
|
path: quick-regression-test.tar
|
||||||
retention-days: 5
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user