Skip to content

feat: Remove C++ from examples #55

feat: Remove C++ from examples

feat: Remove C++ from examples #55

name: Build and Upload
on:
push:
branches: [main]
tags: ["v*"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-dist:
name: Build and Upload
uses: ./.github/workflows/verify-build.yml
with:
release: true
secrets: inherit