We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04f07bd + e8c14d3 commit aa42e9cCopy full SHA for aa42e9c
.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