Skip to content

Commit 6a7ce19

Browse files
committed
removes LabRecorder.cfg LICENSE README.md from the tar command. Those files are already inside LabRecorder.app/Contents/MacOS/
1 parent 6ee154d commit 6a7ce19

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
sign-macos:
134134
name: Sign & Notarize (macOS)
135135
needs: build
136-
if: github.event_name == 'release'
136+
if: (github.event_name == 'release' || github.event_name == 'workflow_dispatch')
137137
runs-on: macos-14
138138

139139
steps:
@@ -245,8 +245,9 @@ jobs:
245245
echo "Detected version: $VERSION"
246246
247247
# Create signed package with CLI and its Frameworks (universal binary)
248+
# Note: LabRecorder.cfg, LICENSE, README.md are inside LabRecorder.app/Contents/MacOS/
248249
tar -cvzf "LabRecorder-${VERSION}-macOS_universal-signed.tar.gz" \
249-
LabRecorder.app LabRecorderCLI Frameworks LabRecorder.cfg LICENSE README.md
250+
LabRecorder.app LabRecorderCLI Frameworks
250251
251252
echo "Created package:"
252253
ls -la *.tar.gz

0 commit comments

Comments
 (0)