Skip to content

chore: 更新 .gitignore 和项目配置 #10

chore: 更新 .gitignore 和项目配置

chore: 更新 .gitignore 和项目配置 #10

Workflow file for this run

name: Publish Release
on:
push:
branches: [main]
workflow_dispatch:
jobs:
release:
uses: GameFrameX/public-github-actions/.github/workflows/publish-dotnet-release.yml@main
with:
dotnet_version: "10.0.x"
version_props_path: "Version.props"
secrets: inherit