From cf0b0e1b1fa7aa31dd4c7babc964a68a842a2ce4 Mon Sep 17 00:00:00 2001 From: Kaurin <2141359+Kaurin@users.noreply.github.com> Date: Sat, 11 Nov 2023 19:03:37 +0000 Subject: [PATCH] Boolean logic for the main release (uploads) --- .github/workflows/reusable_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_workflow.yml b/.github/workflows/reusable_workflow.yml index e8082ce..ea52752 100644 --- a/.github/workflows/reusable_workflow.yml +++ b/.github/workflows/reusable_workflow.yml @@ -155,7 +155,7 @@ jobs: - name: Upload Assets to Github Releases (main release) uses: softprops/action-gh-release@v1 - if: ${{ ! inputs.runner == 'self-hosted' && ! inputs.minimal_sample_size }} + if: ${{ inputs.runner != 'self-hosted' && inputs.minimal_sample_size == false }} with: files: | Staging/RS_Liveries_${{ github.ref_name }}.exe