Skip to content

Commit

Permalink
Fix configuration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Jan 26, 2025
1 parent 71db91e commit 6399f44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build:
name: Publish
runs-on: windows-latest
environment: NuGet
strategy:
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
run: |
msbuild "$env:SOLUTION_PATH" `
-t:Build `
-p:Platform=$env:PLATFORM `
-p:Platform=$env:ARCHITECTURE `
-p:Configuration=$env:CONFIGURATION
- name: Package CubeKit
Expand Down

0 comments on commit 6399f44

Please sign in to comment.