From 2e43932700f4bea9bc5d44ab17efe1ddafeb256b Mon Sep 17 00:00:00 2001 From: wozeparrot Date: Fri, 10 May 2024 13:57:27 -0700 Subject: [PATCH] create release on tag push (#8) --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bb3bb649..a499bc62d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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