Skip to content

Commit cb19c22

Browse files
committed
fix installers #6
1 parent 488719e commit cb19c22

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build-macos-arm-installer.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ jobs:
137137
138138
echo "Files in MacOS directory:"
139139
ls -la dist/Cleanuparr.app/Contents/MacOS/
140-
141-
echo "Checking if executable can run basic help:"
142-
dist/Cleanuparr.app/Contents/MacOS/Cleanuparr --help || echo "Help command failed, but this might be expected"
143140
144141
- name: Create macOS app bundle structure
145142
run: |

.github/workflows/build-macos-intel-installer.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ jobs:
137137
138138
echo "Files in MacOS directory:"
139139
ls -la dist/Cleanuparr.app/Contents/MacOS/
140-
141-
echo "Checking if executable can run basic help:"
142-
dist/Cleanuparr.app/Contents/MacOS/Cleanuparr --help || echo "Help command failed, but this might be expected"
143140
144141
- name: Create macOS app bundle structure
145142
run: |

0 commit comments

Comments
 (0)