Skip to content

Commit 144c7d6

Browse files
committed
ci: add debugging output to Sparkle appcast generation step in beta workflow
1 parent cf71e76 commit 144c7d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/beta.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
- name: Generate Sparkle appcast and sign artifact
6363
run: |
6464
echo "${{ secrets.SPARKLE_PRIVATE_KEY }}" | base64 --decode > private_key.pem
65+
ls
66+
67+
6568
6669
- name: Commit appcast.xml
6770
run: |

0 commit comments

Comments
 (0)