mac build shouldn't have version in name

This commit is contained in:
Cubitect 2024-02-01 23:52:22 +01:00
parent daeb5c4ab6
commit 67cd23747e
2 changed files with 3 additions and 3 deletions

View File

@ -46,6 +46,6 @@ jobs:
- name: Save build artifact
uses: actions/upload-artifact@v4
with:
name: ${{env.PROG}}-${{github.ref_name}}-macos
path: ${{env.SOURCE_DIR}}/${{env.PROG}}-${{github.ref_name}}.dmg
name: ${{env.PROG}}-macos
path: ${{env.SOURCE_DIR}}/${{env.PROG}}.dmg

View File

@ -55,7 +55,7 @@ jobs:
- name: Save build artifact
uses: actions/upload-artifact@v4
with:
name: ${{env.PROG}}-${{github.ref_name}}-win
name: ${{env.PROG}}-win
path: ${{env.SOURCE_DIR}}\${{env.PROG}}