فهرست منبع

Fix release CI

download-artifact path was being used incorrectly.  It is where to
extract the zip not the files in the zip to extract.  Default is
workspace dir which is what we want, so omit it
Daniel Hiltgen 1 سال پیش
والد
کامیت
8589d752ac
1فایلهای تغییر یافته به همراه0 افزوده شده و 11 حذف شده
  1. 0 11
      .github/workflows/release.yaml

+ 0 - 11
.github/workflows/release.yaml

@@ -311,29 +311,18 @@ jobs:
       - uses: actions/download-artifact@v4
       - uses: actions/download-artifact@v4
         with:
         with:
           name: generate-windows-cpu
           name: generate-windows-cpu
-          path: |
-            llm/build
-            dist/windows-amd64
       - uses: actions/download-artifact@v4
       - uses: actions/download-artifact@v4
         with:
         with:
           name: generate-windows-cuda
           name: generate-windows-cuda
-          path: |
-            llm/build
-            dist/windows-amd64
       - uses: actions/download-artifact@v4
       - uses: actions/download-artifact@v4
         with:
         with:
           name: windows-cuda-deps
           name: windows-cuda-deps
-          path: dist/deps
       - uses: actions/download-artifact@v4
       - uses: actions/download-artifact@v4
         with:
         with:
           name: windows-rocm-deps
           name: windows-rocm-deps
-          path: dist/deps
       - uses: actions/download-artifact@v4
       - uses: actions/download-artifact@v4
         with:
         with:
           name: generate-windows-rocm
           name: generate-windows-rocm
-          path: |
-            llm/build
-            dist/windows-amd64
       - run: dir llm/build
       - run: dir llm/build
       - run: |
       - run: |
           $gopath=(get-command go).source | split-path -parent
           $gopath=(get-command go).source | split-path -parent