Skip to content

Commit cf71e76

Browse files
committed
ci: remove unnecessary signature generation step in beta workflow
1 parent f961755 commit cf71e76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/beta.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ jobs:
6363
run: |
6464
echo "${{ secrets.SPARKLE_PRIVATE_KEY }}" | base64 --decode > private_key.pem
6565
66-
openssl dgst -sha256 -binary < $GITHUB_WORKSPACE/Micmute-Beta.zip | openssl dgst -sha256 -sign ./private_key.pem -out $GITHUB_WORKSPACE/Micmute-Beta.zip.sig
67-
6866
- name: Commit appcast.xml
6967
run: |
7068
cd $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)