Skip to content

Commit

Permalink
release name
Browse files Browse the repository at this point in the history
  • Loading branch information
andryblack committed Mar 11, 2023
1 parent f5d018a commit ee607b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
*.zip

0 comments on commit ee607b2

Please sign in to comment.