Skip to content

Commit 0763a45

Browse files
lsteinCopilot
andauthored
(chore) do not attempt to upload the CUDA installers; they are too large (#182)
* (chore) do not attempt to upload the CUDA installers; they are too large * Update .github/workflows/upload-artifacts.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0496ff3 commit 0763a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Upload artifacts to GitHub Release
1818
uses: softprops/action-gh-release@v2
1919
with:
20-
files: artifacts/**
20+
files: artifacts/*cpu*/*
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)