Skip to content

Commit e6b7530

Browse files
committed
test
1 parent 96a15ee commit e6b7530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run_experiment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727

2828
- uses: actions/upload-artifact@v4
2929
with:
30-
name: output file
31-
path: output/output.log
30+
name: output
31+
path: output/output.txt
3232
retention-days: 1
3333

3434
- uses: actions/upload-artifact@v4
3535
with:
36-
name: error file
37-
path: output/error.log
36+
name: error
37+
path: output/error.txt
3838
retention-days: 1

0 commit comments

Comments
 (0)