Skip to content

Commit 0b84ea4

Browse files
committed
minor release workflow fix
1 parent bccab5f commit 0b84ea4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ jobs:
204204
pattern: "*-libraries"
205205
merge-multiple: true
206206
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/
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/
211211
- name: Set up Maven Central Repository
212212
uses: actions/setup-java@v3
213213
with:

0 commit comments

Comments
 (0)