Skip to content

Commit

Permalink
OK This should work, I hope
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaurin committed Nov 11, 2023
1 parent 478f7c8 commit 115a468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: ./.github/workflows/reusable_workflow.yml
with:
runner: ${{ startsWith( github.ref_name, 'test' ) && 'self-hosted' || 'ubuntu-22.04' }}
minimal_sample_size: true
minimal_sample_size: false
secrets:
GOOGLE_CREDS: ${{ secrets.GOOGLE_CREDS }}
ASSETS: ${{ secrets.ASSETS }}
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 == true }}
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 115a468

Please sign in to comment.