Browse Source

ci(build-linux-arm-appimage.yml): modify workflow to prevent uploading build results after completion

sw 3 tuần trước cách đây
mục cha
commit
ff0e5d3fd3
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      .github/workflows/build-linux-arm-appimage.yml

+ 5 - 5
.github/workflows/build-linux-arm-appimage.yml

@@ -37,8 +37,8 @@ jobs:
       - name: 构建 PKG
         run: npm run pkg
 
-      - name: 上传构建结果
-        uses: actions/upload-artifact@v4
-        with:
-          name: build-output
-          path: ./dist
+      # - name: 上传构建结果
+      #   uses: actions/upload-artifact@v4
+      #   with:
+      #     name: build-output
+      #     path: ./dist