File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9696 uses : softprops/action-gh-release@v1
9797 with :
9898 prerelease : true
99- name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-$(date +%Y-%m-%d-%H-%M)
100- tag_name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest-$(date +%Y-%m-%d-%H-%M)
99+ name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}
100+ tag_name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}
101101 files : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
102102 fail_on_unmatched_files : true
103103
@@ -147,7 +147,7 @@ jobs:
147147 uses : softprops/action-gh-release@v1
148148 with :
149149 prerelease : true
150- name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-$(date +%Y-%m-%d-%H-%M)
151- tag_name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest-$(date +%Y-%m-%d-%H-%M)
150+ name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}
151+ tag_name : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}
152152 files : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
153153 fail_on_unmatched_files : true
You can’t perform that action at this time.
0 commit comments