Download

(Only available in the expand workflow) Download a file from a URL and verify its integrity using the provided BLAKE3 Hash.

Fields

url

Download address.

  • Type: String
  • Example: url = "https://github.com/BLAKE3-team/BLAKE3/releases/download/1.5.4/b3sum_windows_x64_bin.exe"
  • Verification rules:
    • Is a valid HTTP or HTTPS address

hash_blake3

The hash value calculated using BLAKE3.

  • Type: String
  • Example: hash_blake3 = "2646a295ef814f070b188278e11ee321d9c6fa18fb9e5bf4b11fcf05b6ef4ff6"
  • Verification rules:
    • Is 64 bits long, and consists of numbers, lowercase letters, and uppercase letters

to

The relative location where it is saved, with the starting directory being the package content directory (a directory with the same name as the package)

  • Type: String
  • Example: at = "bin/b3sum.exe"
  • Verification rules:
    • Is a valid relative path
    • The file does not exist during the verification workflow

Permissions