From 6e642e904f32af47f793df71b370c3a534806ac6 Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Thu, 27 Apr 2023 22:52:31 -0300 Subject: [PATCH] create release on manual build workflow --- .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 56510e0..13f43f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,11 @@ jobs: path: build/logs - name: save download uses: actions/upload-artifact@v3 - if: always() with: name: download path: build/download + - name: Release + uses: softprops/action-gh-release@v1 + with: + tag_name: ${{ github.event.inputs.version }} + files: build/download/${{ github.event.inputs.version }}/*