ci: 🎡 发版流水线脚本

This commit is contained in:
tk 2023-12-14 14:13:23 +08:00
parent f2305e0345
commit 5727cadb47
3 changed files with 2 additions and 7 deletions

View File

@ -14,11 +14,6 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: ${{ runner.os }}-nuget
- working-directory: ./src/backend/NSExt
run: dotnet build -c Release
- uses: actions/create-release@v1