mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-24 01:40: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
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mac-build
|
name: mac-build
|
||||||
path: *.dmg
|
path: SpaceCadetPinball-*-mac.dmg
|
||||||
|
|
Loading…
Reference in a new issue