天气组件又在优化调整。调整了噪音监测组件。
This commit is contained in:
lincube
2026-03-04 12:25:07 +08:00
parent 87aece912a
commit 1fad0005bd
5 changed files with 251 additions and 53 deletions

View File

@@ -31,10 +31,10 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Restore
run: dotnet restore
run: dotnet restore ${{ env.Solution_Name }}
- name: Build
run: dotnet build --no-restore -c ${{ matrix.configuration }} -v minimal
run: dotnet build ${{ env.Solution_Name }} --no-restore -c ${{ matrix.configuration }} -v minimal
- name: Upload artifacts
uses: actions/upload-artifact@v4