We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0087f commit 7c68823Copy full SHA for 7c68823
.github/workflows/AHK.GradeManagement-build.yml
@@ -41,8 +41,7 @@ jobs:
41
42
- name: "Run dotnet publish"
43
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
+ run: dotnet publish Ahk.GradeManagement.Api/Ahk.GradeManagement.Api.csproj --no-restore --configuration Release --property:PublishDir='./output/Ahk.GradeManagement.Api'
46
47
- name: Upload artifact
48
uses: actions/upload-artifact@v4
0 commit comments