File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,22 @@ jobs:
72
72
working-directory : ' C:/vtslink/updator/Updator.Uploader'
73
73
run : ' dotnet build -o C:/vtslink/uploader'
74
74
75
- - name : Publish build
75
+ - name : Publish build tencent
76
76
shell : pwsh
77
77
run : |
78
78
dotnet C:/vtslink/uploader/Updator.Uploader.dll `
79
79
--config=C:/vtslink/config/vtslink/config.json `
80
80
--distribution-root=C:/vtslink/client/out/install `
81
81
--update-log="> ${{github.event.head_commit.message}}"
82
82
83
+ - name : Publish build azure
84
+ shell : pwsh
85
+ run : |
86
+ dotnet C:/vtslink/uploader/Updator.Uploader.dll `
87
+ --config=C:/vtslink/config/vtslink/azure.json `
88
+ --distribution-root=C:/vtslink/client/out/install `
89
+ --update-log="> ${{github.event.head_commit.message}}"
90
+
83
91
- name : Upload debug symbol
84
92
shell : pwsh
85
93
run : |
You can’t perform that action at this time.
0 commit comments