Skip to content

Commit b0e45e9

Browse files
authored
output path fix
1 parent 7c68823 commit b0e45e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AHK.GradeManagement-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.Api.csproj --no-restore --configuration Release --property:PublishDir='./output/Ahk.GradeManagement.Api'
44+
run: dotnet publish Ahk.GradeManagement.Api/Ahk.GradeManagement.Api.csproj --no-restore --configuration Release --output '${{ github.workspace }}/output/Ahk.GradeManagement.Api'
4545

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

0 commit comments

Comments
 (0)