recipes icon indicating copy to clipboard operation
recipes copied to clipboard

Handbrake: incorrect file type is downloaded from GitHub

Open workflowsguy opened this issue 7 months ago • 0 comments

Describe the problem When running Handbrake.munki.recipe, the recipe fails because the GitHub processor returns

HandBrake-1.7.2.dmg.sig

instead of

HandBrake-1.7.2.dmg

Preferences contents n/a

AutoPkg output

GitHubReleasesInfoProvider: Matched regex 'HandBrake-\S.*?.dmg' among asset(s): HandBrake-1.7.2.dmg
GitHubReleasesInfoProvider: Matched regex 'HandBrake-\S.*?.dmg' among asset(s): HandBrake-1.7.2.dmg.sig
GitHubReleasesInfoProvider: Selected asset 'HandBrake-1.7.2.dmg.sig' from tag '1.7.2' at url https://github.com/HandBrake/HandBrake/releases/download/1.7.2/HandBrake-1.7.2.dmg.sig
URLDownloader
URLDownloader: Storing new Last-Modified header: Sun, 24 Dec 2023 11:57:32 GMT
URLDownloader: Storing new ETag header: "0x8DC04778332BA95"
URLDownloader: URLDownloader: Downloaded /Users/WF/Library/AutoPkg/Cache/com.github.autopkg.munki.Handbrake/downloads/Handbrake.dmg
EndOfCheckPhase
CodeSignatureVerifier
 with image /Users/WF/Library/AutoPkg/Cache/com.github.autopkg.munki.Handbrake/downloads/Handbrake.dmg.
/Users/WF/Library/AutoPkg/Cache/com.github.autopkg.munki.Handbrake/downloads/Handbrake.dmg is not mounted
Failed.

Expected behavior The actual dmg asset should be returned to be processed further

Version (please complete the following information):

  • OS version: 13.6.3
  • AutoPkg Version: 3.0RC2

workflowsguy avatar Dec 27 '23 16:12 workflowsguy