Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman committed Jan 6, 2025
1 parent f445309 commit 3395d9a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/artifact-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
cuda_version: [12.6.0]
distro_version: [22.04, 22.04]
distro_version: [22.04, 24.04]
os_distro: [ubuntu]
cudnn_tag: [cudnn]

Expand Down Expand Up @@ -135,8 +135,11 @@ jobs:
# list the files to verify they exist
ls -al
- name: Upload Artifacts
uses: actions/upload-artifact@v4
- name: Release artifacts
uses: softprops/action-gh-release@v1
with:
prerelease: true
name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}
path: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}-latest
files: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
fail_on_unmatched_files: true

0 comments on commit 3395d9a

Please sign in to comment.