Skip to content

Commit

Permalink
create release on tag push (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
wozeparrot authored May 10, 2024
1 parent 335206a commit 2e43932
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ jobs:
with:
name: nvidia-kernel-source-550-open-0ubuntu1_amd64.deb
path: nvidia-kernel-source-550-open-0ubuntu1_amd64.deb

- name: Create release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: nvidia-kernel-source-550-open-0ubuntu1_amd64.deb

0 comments on commit 2e43932

Please sign in to comment.