mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-20 01:22:51 +08:00
ci: 🎡 发版流水线脚本
This commit is contained in:
parent
f2305e0345
commit
5727cadb47
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user