File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -63,20 +63,22 @@ jobs:
63
63
update_release :
64
64
needs : [collect_contributors, build_artifacts]
65
65
runs-on : ubuntu-latest
66
+ name : Update Release
66
67
67
- - name : Download NuGet Artifacts
68
- uses : actions/download-artifact@v3
69
- with :
70
- name : NuGets
71
- path : nugets
72
-
73
- - name : Download Demo App Artifacts
74
- uses : actions/download-artifact@v3
75
- with :
76
- name : DemoApp
77
- path : demo-app
78
-
79
- - name : Add Artifacts to Release
80
- run : |
81
- gh release upload "github.ref" nugets/*
82
- gh release upload "github.ref" demo-app/*
68
+ steps :
69
+ - name : Download NuGet Artifacts
70
+ uses : actions/download-artifact@v3
71
+ with :
72
+ name : NuGets
73
+ path : nugets
74
+
75
+ - name : Download Demo App Artifacts
76
+ uses : actions/download-artifact@v3
77
+ with :
78
+ name : DemoApp
79
+ path : demo-app
80
+
81
+ - name : Add Artifacts to Release
82
+ run : |
83
+ gh release upload "github.ref" nugets/*
84
+ gh release upload "github.ref" demo-app/*
You can’t perform that action at this time.
0 commit comments