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

+ 2 - 1
.github/workflows/build.yml

@@ -112,7 +112,8 @@ jobs:
           release: false
 
   publish:
-    needs: [windows, mac, linux]
+    #needs: [windows, mac, linux]
+    needs: [mac, linux]
     runs-on: ubuntu-latest
     steps: