Exclude unpacked files for macOS arm64 builds

This commit is contained in:
Samuel Elliott 2022-11-16 12:15:28 +00:00
parent 20bab43981
commit 19cb8c8775
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -99,7 +99,7 @@ build-app:
- app
exclude:
- app/mac/**/*
- app/win-unpacked/**/*
- app/mac-arm64/**/*
- app/linux-unpacked/**/*
only:
variables:
@ -123,9 +123,7 @@ build-windows:
paths:
- app
exclude:
- app/mac/**/*
- app/win-unpacked/**/*
- app/linux-unpacked/**/*
only:
variables:
- $BUILD_WINDOWS_APP == "true"