We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56de9b8 commit f687d4fCopy full SHA for f687d4f
.github/workflows/dotnetcore.yml
@@ -6,7 +6,7 @@ env:
6
DOTNET_ENVIRONMENT: github
7
ASPNETCORE_ENVIRONMENT: github
8
BUILD_PATH: "${{github.workspace}}/artifacts"
9
-
+
10
11
on:
12
push:
@@ -56,7 +56,7 @@ jobs:
56
with:
57
name: packages
58
path: "${{env.BUILD_PATH}}/packages"
59
60
- name: Upload Sample Web Site
61
if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
62
uses: actions/upload-pages-artifact@v3
0 commit comments