mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Fix macos build artifact path
This commit is contained in:
parent
fe707d8419
commit
8784598cd8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/setup-macos.yaml
vendored
2
.github/workflows/setup-macos.yaml
vendored
|
|
@ -62,6 +62,6 @@ jobs:
|
|||
if: ${{ inputs.upload-artifact }}
|
||||
with:
|
||||
name: 'gauntlet-universal-macos.dmg'
|
||||
path: 'target/out/gauntlet-universal-macos.dmg'
|
||||
path: 'target/gauntlet-universal-macos.dmg'
|
||||
if-no-files-found: 'error'
|
||||
retention-days: 7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue