change output artifact name for macos ci
This commit is contained in:
parent
b011cc2166
commit
41658c3a9d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -36,5 +36,5 @@ jobs:
|
||||||
- name: Upload installer artifact
|
- name: Upload installer artifact
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: App
|
name: Nexus.App
|
||||||
path: build/macos/Build/Products/Release/Nexus.app
|
path: build/macos/Build/Products/Release/Nexus.app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue