From 78e695c881f576fc6f72ae4bdc5f1da69ab38774 Mon Sep 17 00:00:00 2001 From: micwoj92 <45581170+micwoj92@users.noreply.github.com> Date: Sun, 27 Jun 2021 19:05:43 +0200 Subject: [PATCH] use action-gh-release --- .github/workflows/wnw11.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/wnw11.yml b/.github/workflows/wnw11.yml index cfa9ecb2..264e06dc 100644 --- a/.github/workflows/wnw11.yml +++ b/.github/workflows/wnw11.yml @@ -39,3 +39,15 @@ jobs: shasum86.txt shasum64.txt if-no-files-found: error + + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') + with: + files: | + WhyNotWin11.exe + WhyNotWin11_x86.exe + shasum86.txt + shasum64.txt + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}