Skip to content

Commit fe1e01d

Browse files
committed
fix: rename artifacts to Water_Morph_1.0.0_macOS.pkg / _Windows.exe
1 parent 7ad927c commit fe1e01d

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build-plugin.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
--identifier ai.95ent.morph \
5353
--version 1.0.0 \
5454
--install-location / \
55-
Morph-Mac-Installer.pkg
55+
Water_Morph_1.0.0_macOS.pkg
5656
5757
- name: Upload Mac installer
5858
uses: actions/upload-artifact@v4
5959
with:
60-
name: Morph-Mac-Installer
61-
path: Morph-Mac-Installer.pkg
60+
name: Water_Morph_1.0.0_macOS
61+
path: Water_Morph_1.0.0_macOS.pkg
6262
retention-days: 14
6363

6464
# ── Windows (VST3, x64) ────────────────────────────────────────────────────
@@ -128,6 +128,6 @@ jobs:
128128
- name: Upload Windows installer
129129
uses: actions/upload-artifact@v4
130130
with:
131-
name: WaterMorphHelper-Win-Setup
131+
name: Water_Morph_1.0.0_Windows
132132
path: CompanionWin/dist/*.exe
133133
retention-days: 14

CompanionWin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"productName": "WaterMorphHelper",
1414
"publish": null,
1515
"win": {
16-
"target": [{ "target": "nsis", "arch": ["x64"] }]
16+
"target": [{ "target": "nsis", "arch": ["x64"] }],
17+
"artifactName": "Water_Morph_1.0.0_Windows.exe"
1718
},
1819
"nsis": {
1920
"oneClick": true,

0 commit comments

Comments
 (0)