mirror of
https://github.com/armbian/os.git
synced 2026-01-06 10:38:50 -08:00
Upload stable to distribution too
This commit is contained in:
@@ -173,7 +173,7 @@ jobs: # <TEMPLATE-IGNORE>
|
||||
#if: ${{ github.repository_owner == 'Armbian' && github.event.inputs.release != 'stable' }}
|
||||
#if: ${{ inputs.release != 'stable' && github.event.inputs.uploadtoserver != 'yes' }}
|
||||
#if: (${{ github.event.inputs.uploadtoserver || [[uploadtoserverDefaults]] }} == 'github') || (${{ github.event.inputs.uploadtoserver || [[uploadtoserverDefaults]] }} == 'both')
|
||||
if: ${{ ( github.event.inputs.nightlybuild || [[nightlybuildDefaults]] ) == 'yes' || env.RELEASE_REPOSITORY == 'community' }}
|
||||
if: ${{ ( github.event.inputs.nightlybuild || [[nightlybuildDefaults]] ) == 'yes' || env.RELEASE_REPOSITORY == 'community' || env.RELEASE_REPOSITORY == 'distribution' }}
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
repo: "${{ env.RELEASE_REPOSITORY }}"
|
||||
|
||||
Reference in New Issue
Block a user