Skip to content

Commit 2e43932

Browse files
authored
create release on tag push (#8)
1 parent 335206a commit 2e43932

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ jobs:
3434
with:
3535
name: nvidia-kernel-source-550-open-0ubuntu1_amd64.deb
3636
path: nvidia-kernel-source-550-open-0ubuntu1_amd64.deb
37-
37+
- name: Create release
38+
uses: softprops/action-gh-release@v2
39+
if: startsWith(github.ref, 'refs/tags/')
40+
with:
41+
files: nvidia-kernel-source-550-open-0ubuntu1_amd64.deb

0 commit comments

Comments
 (0)