mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
Exclude unpacked files for macOS arm64 builds
This commit is contained in:
parent
20bab43981
commit
19cb8c8775
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user