Skip to content

Commit 9b04bc6

Browse files
committed
CI: make artifact names compatible with permissible relased filenames
1 parent 4a46aea commit 9b04bc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ jobs:
7777
cuda: "11.5.1"
7878
arch: 86
7979
python: "3.11"
80-
recommended_gpus: "RTX 3000 & 4000 (Ampere & Ada)"
80+
recommended_gpus: "RTX-3000-and-4000"
8181
- os: windows-2019
8282
visual_studio: "Visual Studio 16 2019"
8383
cuda: "11.5.1"
8484
arch: 75
8585
python: "3.10"
86-
recommended_gpus: "RTX 2000 (Turing)"
86+
recommended_gpus: "RTX-2000"
8787
- os: windows-2019
8888
visual_studio: "Visual Studio 16 2019"
8989
cuda: "11.5.1"
@@ -94,7 +94,7 @@ jobs:
9494
cuda: "11.5.1"
9595
arch: 61
9696
python: "3.8"
97-
recommended_gpus: "GTX 1000 (Pascal)"
97+
recommended_gpus: "GTX-1000"
9898
- os: windows-2019
9999
visual_studio: "Visual Studio 16 2019"
100100
cuda: "11.5.1"
@@ -134,7 +134,7 @@ jobs:
134134
if: ${{ matrix.recommended_gpus }}
135135
uses: actions/upload-artifact@v3
136136
with:
137-
name: Instant NGP for ${{ matrix.recommended_gpus }}
137+
name: Instant-NGP-for-${{ matrix.recommended_gpus }}
138138
path: |
139139
LICENSE.txt
140140
README.md

0 commit comments

Comments
 (0)