cocktailpeanut 2 hónapja
szülő
commit
52d60e7e0a
1 módosított fájl, 6 hozzáadás és 6 törlés
  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: