Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn committed Mar 24, 2021
2 parents 966648a + 80cf6eb commit 2b1f8b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DeployToGitHubPages
env:
PUBLISH_DIR: Nodexr/bin/Release/netstandard2.1/publish/wwwroot
PUBLISH_DIR: Nodexr/bin/Release/net5.0/publish/wwwroot

# Controls when the action will run
on:
Expand All @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'

- name: Publish app
run: dotnet publish -c Release

Expand Down

0 comments on commit 2b1f8b7

Please sign in to comment.