Skip to content

Commit 447a5a3

Browse files
committed
save
1 parent ecc7e61 commit 447a5a3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/cmake.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,22 @@ jobs:
7272
working-directory: 'C:/vtslink/updator/Updator.Uploader'
7373
run: 'dotnet build -o C:/vtslink/uploader'
7474

75-
- name: Publish build
75+
- name: Publish build tencent
7676
shell: pwsh
7777
run: |
7878
dotnet C:/vtslink/uploader/Updator.Uploader.dll `
7979
--config=C:/vtslink/config/vtslink/config.json `
8080
--distribution-root=C:/vtslink/client/out/install `
8181
--update-log="> ${{github.event.head_commit.message}}"
8282
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+
8391
- name: Upload debug symbol
8492
shell: pwsh
8593
run: |

0 commit comments

Comments
 (0)