Skip to content

Commit f961755

Browse files
committed
ci: clean up Sparkle appcast generation step in beta workflow
1 parent f76f01f commit f961755

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

.github/workflows/beta.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,10 @@ jobs:
6161
6262
- name: Generate Sparkle appcast and sign artifact
6363
run: |
64-
pwd
65-
6664
echo "${{ secrets.SPARKLE_PRIVATE_KEY }}" | base64 --decode > private_key.pem
6765
6866
openssl dgst -sha256 -binary < $GITHUB_WORKSPACE/Micmute-Beta.zip | openssl dgst -sha256 -sign ./private_key.pem -out $GITHUB_WORKSPACE/Micmute-Beta.zip.sig
6967
70-
./generate_appcast --private-key ./private_key.pem --download-url-prefix "https://github.com/rokartur/Micmute/releases/latest/download/" $GITHUB_WORKSPACE
71-
72-
mv appcast.xml $GITHUB_WORKSPACE/appcast.xml
73-
7468
- name: Commit appcast.xml
7569
run: |
7670
cd $GITHUB_WORKSPACE

Micmute/Micmute.entitlements

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>com.apple.security.app-sandbox</key>
6-
<true/>
7-
<key>com.apple.security.device.audio-input</key>
8-
<true/>
9-
<key>com.apple.security.network.client</key>
10-
<true/>
11-
<key>com.apple.security.network.server</key>
12-
<true/>
135
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
146
<array>
157
<string>$(PRODUCT_BUNDLE_IDENTIFIER)-spks</string>

0 commit comments

Comments
 (0)