Explorar el Código

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

Baptiste Augrain hace 1 año
padre
commit
6fc1f3d9ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/stable-linux.yml

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

@@ -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