Skip to content

Commit 2e34569

Browse files
committed
Fix: remove shebang from helper, avoid clean on second build step
1 parent 0060069 commit 2e34569

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
CODE_SIGN_STYLE=Manual \
111111
DEVELOPMENT_TEAM="${{ secrets.APPLE_TEAM_ID }}" \
112112
OTHER_CODE_SIGN_FLAGS="--timestamp --options runtime" \
113-
clean build
113+
build
114114
115115
# ─── Stage files for PKG ─────────────────────────────────────
116116
- name: Stage PKG payload

AdminRightsHelper/AdminRightsHelper.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env swift
21
//
32
// AdminRightsHelper.swift
43
// AdminRightsManager

0 commit comments

Comments
 (0)