Skip to content

Deploy new cpp version #8

Deploy new cpp version

Deploy new cpp version #8

Workflow file for this run

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.interfaces"
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}