Skip to content

Commit

Permalink
Merge pull request #16 from Pika-Software/dev
Browse files Browse the repository at this point in the history
Fixed release build for win32
  • Loading branch information
dankmolot authored Jul 3, 2024
2 parents 992b3a7 + da10dc5 commit 50eb63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
GIT_BRANCH: ${{ github.ref_type == 'branch' && github.ref_name || 'release' }}
BUILD_TYPE: ${{ (github.ref_type != 'branch' || github.ref_name == 'main') && 'Release' || 'RelWithDebInfo' }}
BUILD_TYPE: RelWithDebInfo

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.1.2

0 comments on commit 50eb63d

Please sign in to comment.