Skip to content

Commit

Permalink
- improve release format
Browse files Browse the repository at this point in the history
  • Loading branch information
st4s1k committed Mar 24, 2022
1 parent 8b5a62b commit f87786b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Windows

on:
create:
push:
tags:
- 'v*'

Expand Down Expand Up @@ -49,5 +49,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/gluonfx/x86_64-windows/LeagueTeamComp.exe
asset_name: LeagueTeamComp-${{ github.event.release.tag-name }}.exe
asset_name: LeagueTeamComp-${{github.ref_name}}.exe
asset_content_type: application/vnd.microsoft.portable-executable

0 comments on commit f87786b

Please sign in to comment.