Skip to content

Commit e8c14d3

Browse files
committed
fix typo
1 parent 56e21bd commit e8c14d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: dotnet restore ./server/devblog.csproj
4848

4949
- name: Build application
50-
run: dotnet build ./sever/devblog.csproj -c Release -o ./app/build
50+
run: dotnet build ./server/devblog.csproj -c Release -o ./app/build
5151

5252
- name: Publish application
5353
run: dotnet publish ./server/devblog.csproj -c Release -o ./app/publish /p:UseAppHost=false

0 commit comments

Comments
 (0)