Skip to content

Commit

Permalink
better autonames
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed May 23, 2022
1 parent 80fa6f0 commit d1912b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "./release/Hybro-Linux.zip"
tag: ${{ github.ref }}
release_name: "HyBro, ${{ github.ref }}"
release_name: "HyBro, ${{ github.ref_name }}"
overwrite: true

- name: Upload release for MacOSX
Expand All @@ -49,7 +49,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "./release/Hybro-MacOSX.zip"
tag: ${{ github.ref }}
release_name: "HyBro, ${{ github.ref }}"
release_name: "HyBro, ${{ github.ref_name }}"
overwrite: true

- name: Upload release for Windows
Expand All @@ -58,6 +58,6 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "./release/Hybro-Windows.zip"
tag: ${{ github.ref }}
release_name: "HyBro, ${{ github.ref }}"
release_name: "HyBro, ${{ github.ref_name }}"
overwrite: true

0 comments on commit d1912b1

Please sign in to comment.