Browse Source

ci(linux): run snap job when generating assets [skip ci]

Baptiste Augrain 1 year ago
parent
commit
6fc1f3d9ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/stable-linux.yml

+ 1 - 1
.github/workflows/stable-linux.yml

@@ -322,7 +322,7 @@ jobs:
         platform:
         - amd64
         - 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:
       - uses: actions/checkout@v3