mirror of
https://github.com/Cubitect/cubiomes-viewer.git
synced 2025-01-08 11:57:50 +08:00
mac build shouldn't have version in name
This commit is contained in:
parent
daeb5c4ab6
commit
67cd23747e
4
.github/workflows/macos-release.yaml
vendored
4
.github/workflows/macos-release.yaml
vendored
@ -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
|
||||
|
||||
|
2
.github/workflows/windows-release.yaml
vendored
2
.github/workflows/windows-release.yaml
vendored
@ -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}}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user