ci(linux): skip review when generating assets [skip ci]

This commit is contained in:
Baptiste Augrain 2024-02-25 19:20:38 +01:00
parent 333d381b79
commit def8660f29

View file

@ -357,7 +357,7 @@ jobs:
with:
snap: ${{ steps.build.outputs.snap }}
isClassic: 'true'
if: env.SHOULD_BUILD == 'yes'
if: env.SHOULD_DEPLOY_TO_RELEASE == 'yes' || env.SHOULD_DEPLOY_TO_STORE == 'yes'
- uses: svenstaro/upload-release-action@v2
with: