actions: rm needs unix style path

This commit is contained in:
Jay Lee
2024-09-24 10:32:38 -04:00
committed by GitHub
parent 52ccd735ca
commit af2499a0ea

View File

@@ -648,7 +648,7 @@ jobs:
export signed_folder="SIGNED ${folder_number}"
# remove unsigned gam.exe so we can overwrite and we fail
# if we fail to get the signed gam.exe
rm -v -f "$gam"
rm -v -f "${gampath}/gam.exe"
zero_results="gam-win-signer@pdl.jaylee.us,0"
while true; do
result_counts=$($gam user gam-win-signer print filelist query "name = '${signed_folder}' and '1Xz3hYq4Mfa_r6D8EcBZHLDtHDFurYSvp' in parents and mimeType = 'application/vnd.google-apps.folder'" countsonly)