diff --git a/.github/workflows/linux-mingw.yml b/.github/workflows/linux-mingw.yml index 8b9ecb2..9d6d092 100644 --- a/.github/workflows/linux-mingw.yml +++ b/.github/workflows/linux-mingw.yml @@ -3,7 +3,7 @@ name: Linux MinGW on: [push, pull_request] env: - QTIFWVER: 4.1.0 + QTIFWVER: 4.1.1 ARCH_ROOT_DATE: 2021.05.01 ARCH_ROOT_URL: https://mirror.rackspace.com/archlinux NSIS_VERSION: 3.06.1 diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 5ff3955..72c59cf 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -3,7 +3,7 @@ name: Mac on: [push, pull_request] env: - QTIFWVER: 4.1.0 + QTIFWVER: 4.1.1 jobs: build: diff --git a/ports/ci/mac/deploy.sh b/ports/ci/mac/deploy.sh index d3e9c78..50681b4 100644 --- a/ports/ci/mac/deploy.sh +++ b/ports/ci/mac/deploy.sh @@ -38,4 +38,4 @@ python3 ./DeployTools/deploy.py \ -o "${PACKAGES_DIR}" echo Checking packages directory -ls -l ${PACKAGES_DIR} +find ${PACKAGES_DIR} -type f