We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e21bd commit e8c14d3Copy full SHA for e8c14d3
.github/workflows/staging.yml
@@ -47,7 +47,7 @@ jobs:
47
run: dotnet restore ./server/devblog.csproj
48
49
- name: Build application
50
- run: dotnet build ./sever/devblog.csproj -c Release -o ./app/build
+ run: dotnet build ./server/devblog.csproj -c Release -o ./app/build
51
52
- name: Publish application
53
run: dotnet publish ./server/devblog.csproj -c Release -o ./app/publish /p:UseAppHost=false
0 commit comments