Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brodey/fix release #79

Merged
merged 30 commits into from
Jan 8, 2025
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
350c7d8
chore: bm
brodeynewman Oct 9, 2024
1ad672a
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Oct 9, 2024
59150ee
chore: merge
brodeynewman Oct 9, 2024
c7d0b7d
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Oct 11, 2024
29a919e
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Oct 14, 2024
233b8e9
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Oct 14, 2024
fc00189
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Oct 17, 2024
79ccd26
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Oct 23, 2024
38a351c
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Oct 29, 2024
ab2e209
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Nov 6, 2024
ccd7c31
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Nov 8, 2024
25cad41
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Nov 9, 2024
11f8e43
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Nov 11, 2024
8e3d836
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Nov 18, 2024
e20c750
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Nov 28, 2024
8f56379
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Dec 2, 2024
e5592dc
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Dec 3, 2024
aeef059
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Dec 7, 2024
83d1ebc
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Dec 16, 2024
5fb85af
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Dec 20, 2024
644f22a
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Dec 20, 2024
6190ac0
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Dec 27, 2024
f5357d8
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Jan 2, 2025
aaa8aba
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Jan 4, 2025
f2026af
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Jan 6, 2025
2e4127b
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Jan 7, 2025
9c3c589
fix: readme
brodeynewman Jan 7, 2025
acfa83a
chore: merge
brodeynewman Jan 8, 2025
5ebc31a
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman Jan 8, 2025
2281521
fix: rel
brodeynewman Jan 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading