From ee607b2a8f5d4bd159da9e63c9fc392ddf76f3db Mon Sep 17 00:00:00 2001 From: andryblack Date: Sat, 11 Mar 2023 14:10:47 +0300 Subject: [PATCH] release name --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea0464e..82e2628 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,10 +36,13 @@ jobs: steps: - name: Download all workflow run artifacts uses: actions/download-artifact@v3 + - name: Compress windows build + run: powershell Compress-Archive windows-build FontBuilder-windows.zip - uses: "marvinpinto/action-automatic-releases@latest" with: + title: "Release : ${{ github.ref_name }}" repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false automatic_release_tag: "latest" files: | - windows-build \ No newline at end of file + *.zip \ No newline at end of file