Skip to content

Commit

Permalink
Brodey/fix release (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman authored Jan 8, 2025
1 parent 6021d19 commit ad7eec8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/artifact-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
prerelease: true
name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-$(date +%Y-%m-%d-%H-%M)
tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest-$(date +%Y-%m-%d-%H-%M)
name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}
tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}
files: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
fail_on_unmatched_files: true

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
prerelease: true
name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-$(date +%Y-%m-%d-%H-%M)
tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest-$(date +%Y-%m-%d-%H-%M)
name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}
tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}
files: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
fail_on_unmatched_files: true

0 comments on commit ad7eec8

Please sign in to comment.