From b628c34b2028c99f84bafb0da7510aac86de5edc Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Feb 2022 09:08:07 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 556d5b3e..7edf8b07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -341,7 +341,7 @@ jobs: export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1) git checkout "${latest_release}" # remove pre-compiled bootloaders so we fail if bootloader compile fails - rm -rf PyInstaller/bootloader/*-*/* + rm -rvf PyInstaller/bootloader/*-*/* cd bootloader if [[ "${arch}" == "Win32" ]]; then export PYINSTALLER_BUILD_ARGS="--target-arch=32bit" @@ -378,7 +378,7 @@ jobs: export GAMVERSION=$($gam version simple) echo "GAM Version ${GAMVERSION}" echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV - rm -v "${gampath}/lastup*.txt" + rm -v -f "${gampath}/lastup*.txt" - name: Linux/MacOS package @@ -410,7 +410,7 @@ jobs: run: | "${gam}-staticx" version extended mv -v "${gam}-staticx" "${gam}" - rm -v "${gampath}/lastup*.txt" + rm -v -f "${gampath}/lastup*.txt" - name: Linux package staticx if: matrix.os == 'ubuntu-20.04' && matrix.goal != 'test' @@ -577,7 +577,7 @@ jobs: $gam print printermodels | wc -l #$gam print printers #$gam create printer displayname "${newbase}" uri ipp://localhost:631 driverless description "made by $(date)" - rm $gampath/enabledasa.txt + rm -f -v $gampath/enabledasa.txt - name: Upload to Google Drive, build only. if: github.event_name == 'push' && matrix.goal != 'test'