Skip to content

Commit 763deeb

Browse files
committed
Use full path for notarized dir.
1 parent 4540995 commit 763deeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines/templates/macos-notarize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ stages:
182182
tar -czf "SerialPrograms-MacOS-$(compiler)-$(architecture).tar.gz" -C "$(Pipeline.Workspace)/Arduino-Source-Internal" "$FOLDER_NAME"
183183

184184
echo "=== Creating cache directory and moving tarball ==="
185-
CACHE_DIR="Arduino-Source-Internal/cache-notarized"
185+
CACHE_DIR="$(Pipeline.Workspace)/Arduino-Source-Internal/cache-notarized"
186186
mkdir -p "$CACHE_DIR"
187187
mv "$(Pipeline.Workspace)/Arduino-Source-Internal/SerialPrograms-MacOS-$(compiler)-$(architecture).tar.gz" "$CACHE_DIR/"
188188

0 commit comments

Comments
 (0)