Skip to content

Postpone the cleanup of temporary files #6

Postpone the cleanup of temporary files

Postpone the cleanup of temporary files #6

Workflow file for this run

name: Build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
types: [synchronize, opened, reopened, ready_for_review]
jobs:
whatcopied:
name: WhatCopied
runs-on: macos-15
if: github.event.pull_request.draft == false
env:
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
steps:
- uses: actions/checkout@v4
- name: Build WhatCopiedMac
run: |
xcodebuild build -scheme WhatCopiedMac -destination 'platform=macOS' CODE_SIGN_IDENTITY="" CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO