Skip to content

Commit f687d4f

Browse files
committed
Update dotnetcore.yml
1 parent 56de9b8 commit f687d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
DOTNET_ENVIRONMENT: github
77
ASPNETCORE_ENVIRONMENT: github
88
BUILD_PATH: "${{github.workspace}}/artifacts"
9-
9+
1010

1111
on:
1212
push:
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
name: packages
5858
path: "${{env.BUILD_PATH}}/packages"
59-
59+
6060
- name: Upload Sample Web Site
6161
if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
6262
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)