File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ jobs:
3636 dotnet-version : " 9.0.x"
3737
3838 - name : " Run dotnet restore"
39- working-directory : src/Ahk.Github .Monitor
40- run : dotnet restore Ahk.Github .Monitor.sln
39+ working-directory : src/Ahk.GitHub .Monitor
40+ run : dotnet restore Ahk.GitHub .Monitor.sln
4141
4242 - name : " Run dotnet build"
43- working-directory : src/Ahk.Github .Monitor
44- run : dotnet build Ahk.Github .Monitor.sln --no-restore --configuration Release
43+ working-directory : src/Ahk.GitHub .Monitor
44+ run : dotnet build Ahk.GitHub .Monitor.sln --no-restore --configuration Release
4545
4646 - name : " Run dotnet test"
47- working-directory : src/Ahk.Github .Monitor
48- run : dotnet test Ahk.Github .Monitor.sln --no-restore --no-build --configuration Release
47+ working-directory : src/Ahk.GitHub .Monitor
48+ run : dotnet test Ahk.GitHub .Monitor.sln --no-restore --no-build --configuration Release
4949
5050 - name : " Run dotnet publish"
51- working-directory : src/Ahk.Github .Monitor
52- run : dotnet publish Ahk.Github .Monitor/Ahk.Github .Monitor.csproj --no-restore --configuration Release --output '${{ github.workspace }}/output/Ahk.Github .Monitor'
51+ working-directory : src/Ahk.GitHub .Monitor
52+ run : dotnet publish Ahk.GitHub .Monitor/Ahk.GitHub .Monitor.csproj --no-restore --configuration Release --output '${{ github.workspace }}/output/Ahk.GitHub .Monitor'
5353
5454 - name : Upload artifact
5555 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments