Skip to content

Commit

Permalink
no need to set name
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed May 28, 2024
1 parent 25346d6 commit 618a7a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
replacesArtifacts: true
omitDraftDuringUpdate: true
omitNameDuringUpdate: true
name: v${{github.ref_name}}
artifacts: "dist/*-win-installer.exe,dist/*-win-portable.exe"

build_mac:
Expand Down Expand Up @@ -82,5 +81,4 @@ jobs:
replacesArtifacts: true
omitDraftDuringUpdate: true
omitNameDuringUpdate: true
name: v${{github.ref_name}}
artifacts: "dist/*-mac.dmg"

0 comments on commit 618a7a1

Please sign in to comment.