From acce24dd6b3a9e007826e903498cdfa9b8cef09d Mon Sep 17 00:00:00 2001 From: Yury Sannikov Date: Wed, 13 Dec 2023 02:11:29 +0300 Subject: [PATCH] test release --- .github/workflows/build.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b5a639..3aa2207 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,9 @@ -name: Build Package Manually +name: Release compiled assets on: [workflow_dispatch] +# on: +# push: +# tags: +# - "v*.*.*" jobs: build: @@ -24,3 +28,10 @@ jobs: ls -al git branch -v + - name: Release + uses: softprops/action-gh-release@v1 + with: + name: "test release" + files: | + version + config