浏览代码

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

Baptiste Augrain 1 年之前
父节点
当前提交
6fc1f3d9ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  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