Skip to content

Commit

Permalink
Create deploy-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nassipkali authored Jun 23, 2023
1 parent aa42710 commit ced395b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy new cpp version

on:
push:
branches: main
paths:
- 'cpp/**/*.nuspec'
workflow_dispatch:

jobs:
main:
uses: linksplatform/Workflows/.github/workflows/deploy-cpp.yml@main
with:
recipe_folder: "platform.delegates"
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 comments on commit ced395b

Please sign in to comment.