File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
uses : softprops/action-gh-release@v1
97
97
with :
98
98
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 }}
101
101
files : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
102
102
fail_on_unmatched_files : true
103
103
@@ -147,7 +147,7 @@ jobs:
147
147
uses : softprops/action-gh-release@v1
148
148
with :
149
149
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 }}
152
152
files : scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
153
153
fail_on_unmatched_files : true
You can’t perform that action at this time.
0 commit comments