Skip to content

Commit 2b1f8b7

Browse files
committed
Merge branch 'master' into dev
2 parents 966648a + 80cf6eb commit 2b1f8b7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: DeployToGitHubPages
22
env:
3-
PUBLISH_DIR: Nodexr/bin/Release/netstandard2.1/publish/wwwroot
3+
PUBLISH_DIR: Nodexr/bin/Release/net5.0/publish/wwwroot
44

55
# Controls when the action will run
66
on:
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16+
- name: Setup dotnet
17+
uses: actions/setup-dotnet@v1
18+
with:
19+
dotnet-version: '5.0.x'
20+
1621
- name: Publish app
1722
run: dotnet publish -c Release
1823

0 commit comments

Comments
 (0)