mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-23 17:30:18 +01:00
Fix workflow syntax and use a more specific glob pattern too
This commit is contained in:
parent
7de0da17bf
commit
3be4c42a4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ReleaseBuilds.yml
vendored
2
.github/workflows/ReleaseBuilds.yml
vendored
|
@ -16,4 +16,4 @@ jobs:
|
|||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: mac-build
|
||||
path: *.dmg
|
||||
path: SpaceCadetPinball-*-mac.dmg
|
||||
|
|
Loading…
Reference in a new issue