mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-05 16:00:15 +02:00
Use better name for the build script, move metadata to Platform/macOS/ folder
This commit is contained in:
parent
c0bbe2ba26
commit
fe3bb09e8a
4 changed files with 7 additions and 9 deletions
4
.github/workflows/ReleaseBuilds.yml
vendored
4
.github/workflows/ReleaseBuilds.yml
vendored
|
@ -11,9 +11,9 @@ jobs:
|
|||
with:
|
||||
ref: master
|
||||
|
||||
- run: bash build.sh
|
||||
- run: bash build-mac-app.sh
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: mac-build
|
||||
path: packaging/*.dmg
|
||||
path: *.dmg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue