更新 .github/workflows/nightly-build.yaml
Some checks failed
Build and Push Docker Image to GHCR / build (push) Failing after 1m28s
Nightly-build / build (6.0.x) (push) Failing after 2m6s

This commit is contained in:
2024-10-26 03:08:06 +08:00
parent fcd7e18d9b
commit 5f781f6f48

View File

@ -1,13 +1,11 @@
name: Nightly-build name: Nightly-build
on: on: push
push:
branches: [ "dev-nightly" ]
jobs: jobs:
build: build:
runs-on: windows-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
dotnet-version: ['6.0.x'] dotnet-version: ['6.0.x']