Skip to content

Commit

Permalink
Fix UUID mask
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykuzmich committed Sep 22, 2020
1 parent b626a62 commit 9b3a677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
-u "$ICLOUD_USER" -p "$ICLOUD_PASSWORD" \
--file Pilorama.zip | \
egrep "RequestUUID" | \
egrep -o '[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{8}' \
egrep -o '[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}' \
)
STATUS="In Progress"
TRIES=1
Expand Down

0 comments on commit 9b3a677

Please sign in to comment.