Skip to content

Commit 04c947f

Browse files
author
Petr Sramek
committed
fixed build platform value
1 parent dab8979 commit 04c947f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ inputs:
2222
required: false
2323
default: 'Release'
2424
build-platform:
25-
description: 'Build platform. Deafult: ''Any CPU'''
25+
description: 'Build platform. Deafult: anycpu'
2626
required: false
27-
default: '''Any CPU'''
27+
default: 'anycpu'
2828
build-glob-pattern:
2929
description: 'Search pattern for source code. Default: **/*.csproj'
3030
required: false

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
is-preview: ${{ startsWith(github.ref_name, 'preview') }}
3131
dotnet-sdk-version: '9.x'
3232
build-configuration: 'Release'
33-
build-platform: 'Any CPU'
33+
build-platform: 'anycpu'
3434
git-version: '6.0.x'
3535

3636
jobs:

0 commit comments

Comments
 (0)