From b1dccfbfa7ab8b5f31fdd67b5d8407074f6b9575 Mon Sep 17 00:00:00 2001 From: Benjamin K Date: Sun, 28 Jul 2024 04:55:55 -0700 Subject: [PATCH] Add release step. --- .github/workflows/graal.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/graal.yml b/.github/workflows/graal.yml index ef5163d..52bd0fe 100644 --- a/.github/workflows/graal.yml +++ b/.github/workflows/graal.yml @@ -23,4 +23,9 @@ jobs: with: name: executable path: ./build/native/nativeCompile/**.exe + - name: Release + uses: softprops/action-gh-release@v2 + if: startsWith(github.ref, 'refs/tags/') + with: + files: ./build/native/nativeCompile/**.exe