Skip to content

Commit 6399f44

Browse files
committed
Fix configuration issue
1 parent 71db91e commit 6399f44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
build:
11+
name: Publish
1112
runs-on: windows-latest
1213
environment: NuGet
1314
strategy:
@@ -47,7 +48,7 @@ jobs:
4748
run: |
4849
msbuild "$env:SOLUTION_PATH" `
4950
-t:Build `
50-
-p:Platform=$env:PLATFORM `
51+
-p:Platform=$env:ARCHITECTURE `
5152
-p:Configuration=$env:CONFIGURATION
5253
5354
- name: Package CubeKit

0 commit comments

Comments
 (0)