This repository was archived by the owner on Jan 6, 2023. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
curl -F "input=@/tmp/artifacts-android/app-arm64-v8a-release.apk" \
97
97
-o /tmp/artifacts-android/app-arm64-v8a-release-signed.apk \
98
98
-H "Authorization: $AUTOGRAPH_EDGE_TOKEN" \
99
- https://autograph- edge.prod.mozaws.net/sign
99
+ https://edge.prod.autograph.services .mozaws.net/sign
100
100
- run :
101
101
name : Verify APK arm64
102
102
command : |
@@ -111,7 +111,7 @@ jobs:
111
111
curl -F "input=@/tmp/artifacts-android/app-armeabi-v7a-release.apk" \
112
112
-o /tmp/artifacts-android/app-armeabi-v7a-release-signed.apk \
113
113
-H "Authorization: $AUTOGRAPH_EDGE_TOKEN" \
114
- https://autograph- edge.prod.mozaws.net/sign
114
+ https://edge.prod.autograph.services .mozaws.net/sign
115
115
- run :
116
116
name : Verify APK arm
117
117
command : |
@@ -126,7 +126,7 @@ jobs:
126
126
curl -F "input=@/tmp/artifacts-android/app-x86-release.apk" \
127
127
-o /tmp/artifacts-android/app-x86-release-signed.apk \
128
128
-H "Authorization: $AUTOGRAPH_EDGE_TOKEN" \
129
- https://autograph- edge.prod.mozaws.net/sign
129
+ https://edge.prod.autograph.services .mozaws.net/sign
130
130
- run :
131
131
name : Verify APK x86
132
132
command : |
You can’t perform that action at this time.
0 commit comments