Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
2df6905e
Unverified
Commit
2df6905e
authored
Aug 19, 2024
by
Daniel Hiltgen
Committed by
GitHub
Aug 19, 2024
Browse files
Merge pull request #6424 from dhiltgen/cuda_v12
Fix overlapping artifact name on CI
parents
652c273f
d8be22e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
.github/workflows/release.yaml
.github/workflows/release.yaml
+5
-2
No files found.
.github/workflows/release.yaml
View file @
2df6905e
...
@@ -269,7 +269,7 @@ jobs:
...
@@ -269,7 +269,7 @@ jobs:
dist/windows-amd64/**
dist/windows-amd64/**
-
uses
:
actions/upload-artifact@v4
-
uses
:
actions/upload-artifact@v4
with
:
with
:
name
:
windows-cuda-deps
name
:
windows-cuda-deps
-${{ matrix.cuda.version }}
path
:
dist/deps/*
path
:
dist/deps/*
...
@@ -328,7 +328,10 @@ jobs:
...
@@ -328,7 +328,10 @@ jobs:
name
:
generate-windows-cuda-12
name
:
generate-windows-cuda-12
-
uses
:
actions/download-artifact@v4
-
uses
:
actions/download-artifact@v4
with
:
with
:
name
:
windows-cuda-deps
name
:
windows-cuda-deps-11
-
uses
:
actions/download-artifact@v4
with
:
name
:
windows-cuda-deps-12
-
uses
:
actions/download-artifact@v4
-
uses
:
actions/download-artifact@v4
with
:
with
:
name
:
windows-rocm-deps
name
:
windows-rocm-deps
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment