Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Jan 10, 2024
1 parent 3140f16 commit 1544c1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_cut_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cmakeflags: ""
buildAppImage: true
fetchTags: true
stableBuild: ${{ inputs.is_prelease == false || inputs.is_prelease == 'false' }}
stableBuild: ${{ inputs.is_prelease == 'false' }}
secrets: inherit

build_linux_flatpak:
Expand All @@ -114,7 +114,7 @@ jobs:
branch: "stable"
publish: false
fetchTags: true
stableBuild: ${{ inputs.is_prelease == false || inputs.is_prelease == 'false' }}
stableBuild: ${{ inputs.is_prelease == 'false' }}
secrets: inherit

# Windows
Expand All @@ -131,7 +131,7 @@ jobs:
buildSystem: cmake
cmakeFlags: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
fetchTags: true
stableBuild: ${{ inputs.is_prelease == false || inputs.is_prelease == 'false' }}
stableBuild: ${{ inputs.is_prelease == 'false' }}
secrets: inherit

# MacOS
Expand All @@ -145,7 +145,7 @@ jobs:
jobName: "MacOS Build"
artifactPrefixName: "PCSX2-macos-Qt"
fetchTags: true
stableBuild: ${{ inputs.is_prelease == false || inputs.is_prelease == 'false' }}
stableBuild: ${{ inputs.is_prelease == 'false' }}
secrets: inherit

# Upload the Artifacts
Expand Down

0 comments on commit 1544c1c

Please sign in to comment.