Skip to content

Commit

Permalink
fix: BUILD_CONFIGURATION env in release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xeekworx committed Feb 3, 2024
1 parent 3ef2cdb commit 398b58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: ./.github/workflows/build.yml
with:
platform: x64
configuration: $BUILD_CONFIGURATION
configuration: ${{ env.BUILD_CONFIGURATION }}

build-x86:
name: Build x86 Release
Expand All @@ -45,7 +45,7 @@ jobs:
uses: ./.github/workflows/build.yml
with:
platform: x86
configuration: $BUILD_CONFIGURATION
configuration: ${{ env.BUILD_CONFIGURATION }}

publish:
name: Publish Release
Expand Down

0 comments on commit 398b58e

Please sign in to comment.