chore: fix package file name so workflow works correctly in CI

This commit is contained in:
Stevan Freeborn
2026-06-18 22:16:32 -05:00
parent 6df4781f9c
commit a770febd02
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
with:
dotnet-version: 11.0.x
- name: Restore dependencies
run: dotnet restore StevanFreeborn.AsyncSyncFlagAnalyzer.slnx
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Check formatting