Skip to content

Commit 673b644

Browse files
committed
path fix
1 parent 2ce7e84 commit 673b644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

4242
- name: "Run dotnet publish"
4343
working-directory: src/Ahk.GradeManagement
44-
run: dotnet publish Ahk.GradeManagement.Api/Ahk.GradeManagement.QueueFunction.csproj --no-restore --configuration Release --output '${{ github.workspace }}/output/Ahk.GradeManagement.QueueFunction'
44+
run: dotnet publish Ahk.GradeManagement.QueueFunction/Ahk.GradeManagement.QueueFunction.csproj --no-restore --configuration Release --output '${{ github.workspace }}/output/Ahk.GradeManagement.QueueFunction'
4545

4646
- name: Upload artifact
4747
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)