File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
29
29
- name : Verify code signing
30
30
run : |
31
- cd ./build_output/Build/Products/Release
31
+ cd ./build_output/Build/Products/Debug
32
32
codesign --deep -vvv --verify Micmute.app
33
33
if [ $? -eq 0 ]; then
34
34
echo "Code signing verification succeeded."
40
40
41
41
- name : Archive artifact
42
42
run : |
43
- cd ./build_output/Build/Products/Release
43
+ cd ./build_output/Build/Products/Debug
44
44
ditto -c -k --sequesterRsrc --keepParent Micmute.app Micmute-Beta.zip
45
45
mv Micmute-Beta.zip $GITHUB_WORKSPACE/Micmute-Beta.zip
46
46
57
57
./generate_appcast --private-key ./private_key.pem --download-url-prefix "https://github.com/rokartur/Micmute/releases/latest/download/" $GITHUB_WORKSPACE
58
58
59
59
mv appcast.xml $GITHUB_WORKSPACE/appcast.xml
60
-
60
+
61
61
- name : Commit appcast.xml
62
62
run : |
63
63
cd $GITHUB_WORKSPACE
You can’t perform that action at this time.
0 commit comments