You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ jobs:
24
24
- name: Run python
25
25
run: python3 benchmark_fake.py
26
26
- name: Zip the files
27
-
run: zip target.zip Slope.txt ParamPath.txt Rosenbrock function with hyper-optimizationarg_list.txt Rosenbrock function with hyper-optimizationlabel_list.txt Rosenbrock function with hyper-optimizationvalue_list.txt Rosenbrock function without hyper-optimizationarg_list.txt Rosenbrock function without hyper-optimizationlabel_list.txt Rosenbrock function without hyper-optimizationvalue_list.txt
27
+
run: zip target.zip Slope.txt Slope_robust.txt ParamPath.txt Rosenbrock function with hyper-optimizationarg_list.txt Rosenbrock function with hyper-optimizationlabel_list.txt Rosenbrock function with hyper-optimizationvalue_list.txt Rosenbrock function without hyper-optimizationarg_list.txt Rosenbrock function without hyper-optimizationlabel_list.txt Rosenbrock function without hyper-optimizationvalue_list.txt
0 commit comments