Skip to content

Commit

Permalink
actions: tell gam to save signed MSI to .
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Sep 24, 2024
1 parent cbb496e commit ebcfd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ jobs:
echo "no results, sleeping 10..."
sleep 10
done
$gam user gam-win-signer print filelist query "name = '${signed_folder}' and '1Xz3hYq4Mfa_r6D8EcBZHLDtHDFurYSvp' in parents and mimeType = 'application/vnd.google-apps.folder'" id | $gam csv - gam user [email protected] print filelist query "'~~id~~' in parents and name = '$MSI_FILENAME'" id | $gam csv - gam user [email protected] get drivefile ~id targetname "$MSI_FILENAME" overwrite true acknowledgeabuse true
$gam user gam-win-signer print filelist query "name = '${signed_folder}' and '1Xz3hYq4Mfa_r6D8EcBZHLDtHDFurYSvp' in parents and mimeType = 'application/vnd.google-apps.folder'" id | $gam csv - gam user [email protected] print filelist query "'~~id~~' in parents and name = '$MSI_FILENAME'" id | $gam csv - gam user [email protected] get drivefile ~id targetfolder "." targetname "$MSI_FILENAME" overwrite true acknowledgeabuse true
#"/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/signtool.exe" verify /v /pa "$MSI_FILENAME"
- name: Attest that gam package files were generated from this Action
Expand Down

0 comments on commit ebcfd18

Please sign in to comment.