|
@@ -322,7 +322,7 @@ jobs:
|
|
platform:
|
|
platform:
|
|
- amd64
|
|
- amd64
|
|
- arm64
|
|
- arm64
|
|
- if: needs.build.outputs.SHOULD_DEPLOY == 'yes' && github.event.inputs.generate_assets != 'true'
|
|
|
|
|
|
+ if: needs.build.outputs.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true'
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/checkout@v3
|