Skip to content

Commit

Permalink
Boolean logic for the main release (uploads)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaurin committed Nov 11, 2023
1 parent aac3b9e commit cf0b0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf0b0e1

Please sign in to comment.