We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba441b commit d12fb4eCopy full SHA for d12fb4e
.github/workflows/package.yaml
@@ -36,3 +36,6 @@ jobs:
36
name: ${{ matrix.os }}-build
37
path: |
38
dist_electron/ # 上传构建输出的文件
39
+
40
+ - name: Continue even if this fails (Optional)
41
+ continue-on-error: true
0 commit comments