Skip to content

Commit 88a6891

Browse files
committed
Fix indentation
1 parent e22436c commit 88a6891

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
name: Generate NuGet Packages
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v3
33-
- uses: actions/setup-dotnet@v3
34-
name: Install Current .NET SDK
35-
- name: Generate NuGet Packages
36-
run: dotnet pack --configuration Release --output nupkg
37-
- uses: actions/upload-artifact@v3
38-
if: success() && github.ref == 'refs/heads/main'
39-
with:
40-
name: nupkg
41-
path: nupkg/*
42-
retention-days: 1
32+
- uses: actions/checkout@v3
33+
- uses: actions/setup-dotnet@v3
34+
name: Install Current .NET SDK
35+
- name: Generate NuGet Packages
36+
run: dotnet pack --configuration Release --output nupkg
37+
- uses: actions/upload-artifact@v3
38+
if: success() && github.ref == 'refs/heads/main'
39+
with:
40+
name: nupkg
41+
path: nupkg/*
42+
retention-days: 1

0 commit comments

Comments
 (0)