From af2499a0ea22950fff38c50df30d105e71d3cde6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 24 Sep 2024 10:32:38 -0400 Subject: [PATCH] actions: rm needs unix style path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dc6336c..2aec7dc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)