Fix macos build artifact path

This commit is contained in:
Exidex 2025-02-22 20:10:13 +01:00
parent fe707d8419
commit 8784598cd8
No known key found for this signature in database
GPG key ID: AC63AA86DD4F2D45

View file

@ -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