mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(ci): Fix typo when moving final DMG into place (#7710)
The customized DMG needs to be moved to `ARTIFACT_PATH`. Currently, this is set to the intermediate `$package_path`.
This commit is contained in:
@@ -123,5 +123,5 @@ echo "Disk image created at $dmg_path"
|
||||
|
||||
# Move to final location the uploader expects
|
||||
if [[ -n "${ARTIFACT_PATH:-}" ]]; then
|
||||
mv "$package_path" "$ARTIFACT_PATH"
|
||||
mv "$dmg_path" "$ARTIFACT_PATH"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user