From df7cb77af9058404bc02dd1d5db9318312e5e6b2 Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Sat, 26 Jun 2021 19:34:22 -0300 Subject: [PATCH] Trying to fix Github actions 15. --- .github/workflows/linux-mingw.yml | 2 +- .github/workflows/mac.yml | 2 +- ports/ci/mac/deploy.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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