We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c6805 commit a1ee165Copy full SHA for a1ee165
.github/workflows/update-desktop.yml
@@ -50,6 +50,11 @@ jobs:
50
return
51
fi
52
53
+ if [[ "$url" != https://github.com/cryptomator/cryptomator/releases/download/* ]]; then
54
+ echo "Unexpected download URL: $url" >&2
55
+ exit 1
56
+ fi
57
+
58
UPDATED_ASSETS=1
59
RELEASE_URL="$url" RELEASE_DIGEST="${digest#sha256:}" yq -i "
60
.releases.${key}.version = env(DESKTOP_VERSION) |
0 commit comments