Skip to content

Commit 7c68823

Browse files
authored
build fix
1 parent 7b0087f commit 7c68823

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/AHK.GradeManagement-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141

4242
- name: "Run dotnet publish"
4343
working-directory: src/Ahk.GradeManagement
44-
run: dotnet publish Ahk.GradeManagement.Api/Ahk.GradeManagement.Api.csproj --configuration Release --property:PublishDir='./output/Ahk.GradeManagement.Api'
45-
./output/Ahk.GradeManagement.Api
44+
run: dotnet publish Ahk.GradeManagement.Api/Ahk.GradeManagement.Api.csproj --no-restore --configuration Release --property:PublishDir='./output/Ahk.GradeManagement.Api'
4645

4746
- name: Upload artifact
4847
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)