CI script fixes

This commit is contained in:
Blaise Tine 2024-07-20 21:40:44 -07:00
parent be935420f0
commit 80b79d4d31

View file

@ -100,6 +100,7 @@ jobs:
../configure --tooldir=$TOOLDIR --xlen=${{ matrix.xlen }}
source ci/toolchain_env.sh
make build -s > /dev/null
find . -type f -executable -exec chmod +x {} + # Ensure all executables have correct permissions
- name: Upload Build Artifact
uses: actions/upload-artifact@v2