From 618a7a1687d9ca00ccd6dd34ab0a70c20c2f2685 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 29 May 2024 00:29:34 +1200 Subject: [PATCH] no need to set name --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cef4b6..2118a80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -82,5 +81,4 @@ jobs: replacesArtifacts: true omitDraftDuringUpdate: true omitNameDuringUpdate: true - name: v${{github.ref_name}} artifacts: "dist/*-mac.dmg"