Explorar o código

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

Baptiste Augrain hai 1 ano
pai
achega
6fc1f3d9ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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