mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-03-28 14:56:22 +01:00
give the macOS build artifact the actual correct name
This commit is contained in:
parent
d65ab5c4cc
commit
9a8f09ae3f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autobuild.yml
vendored
2
.github/workflows/autobuild.yml
vendored
|
@ -128,5 +128,5 @@ jobs:
|
|||
- name: Upload archive
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: mkxp-z.windows.${{github.ref_name}}-${{github.sha}}
|
||||
name: mkxp-z.macos.${{github.ref_name}}-${{github.sha}}
|
||||
path: build/Build/Products/Release/Z-universal.app.zip
|
Loading…
Add table
Reference in a new issue