cocktailpeanut 2 달 전
부모
커밋
52d60e7e0a
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      .github/workflows/build.yml

+ 6 - 6
.github/workflows/build.yml

@@ -127,13 +127,13 @@ jobs:
           PACKAGE_VERSION=$(node -p "require('./package.json').version")
           echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
 
-      - name: Download signed Windows artifact
-        uses: actions/download-artifact@v4
-        with:
-          name: signed-windows
-          path: signed-windows
-
 #      # Release the Windows Signed Binary
+#      - name: Download signed Windows artifact
+#        uses: actions/download-artifact@v4
+#        with:
+#          name: signed-windows
+#          path: signed-windows
+#
 #      - name: Publish GitHub Release with gh
 #        shell: bash
 #        env: