Skip to content

Commit 9451b6d

Browse files
authored
Create deploy-cpp.yml
1 parent f1ae260 commit 9451b6d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/deploy-cpp.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Deploy new cpp version
2+
3+
on:
4+
push:
5+
branches: main
6+
paths:
7+
- 'cpp/**/*.nuspec'
8+
workflow_dispatch:
9+
10+
jobs:
11+
main:
12+
uses: linksplatform/Workflows/.github/workflows/deploy-cpp.yml@main
13+
with:
14+
recipe_folder: "platform.delegates"
15+
secrets:
16+
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)