Skip to content

Commit 6021d19

Browse files
authored
Brodey/readmefix (#78)
1 parent df1ba32 commit 6021d19

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/artifact-build-and-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
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 }}
100-
tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest
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)
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 }}
151-
tag_name: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.os_distro }}-${{ matrix.distro_version }}-latest
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)
152152
files: scuda-artifacts-${{ matrix.cuda_version }}-${{ matrix.distro_version }}.tar.gz
153153
fail_on_unmatched_files: true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ You can view the docker image used [here](./deploy/Dockerfile.unified).
1616

1717
https://github.com/user-attachments/assets/b2db5d82-f214-41cf-8274-b913c04080f9
1818

19+
You can see a list of some currently working examples in the [test folder](./test/).
20+
1921
## Local development
2022

2123
Building the binaries requires running codegen first. Scuda codegen reads the cuda dependency header files in order to generate rpc calls.

0 commit comments

Comments
 (0)