We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccab5f commit 0b84ea4Copy full SHA for 0b84ea4
.github/workflows/release.yaml
@@ -204,10 +204,10 @@ jobs:
204
pattern: "*-libraries"
205
merge-multiple: true
206
path: ${{ github.workspace }}/src/main/resources/de/kherud/llama/
207
- - uses: actions/download-artifact@v4
208
- with:
209
- name: linux-libraries-cuda
210
- path: ${{ github.workspace }}/src/main/resources_linux_cuda/de/kherud/llama/
+# - uses: actions/download-artifact@v4
+# with:
+# name: linux-libraries-cuda
+# path: ${{ github.workspace }}/src/main/resources_linux_cuda/de/kherud/llama/
211
- name: Set up Maven Central Repository
212
uses: actions/setup-java@v3
213
with:
0 commit comments