Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jan 14, 2024
1 parent 56de9b8 commit f687d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
DOTNET_ENVIRONMENT: github
ASPNETCORE_ENVIRONMENT: github
BUILD_PATH: "${{github.workspace}}/artifacts"


on:
push:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
with:
name: packages
path: "${{env.BUILD_PATH}}/packages"

- name: Upload Sample Web Site
if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit f687d4f

Please sign in to comment.