This repository was archived by the owner on Jan 6, 2023. It is now read-only.
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 9696 curl -F "input=@/tmp/artifacts-android/app-arm64-v8a-release.apk" \
9797 -o /tmp/artifacts-android/app-arm64-v8a-release-signed.apk \
9898 -H "Authorization: $AUTOGRAPH_EDGE_TOKEN" \
99- https://autograph- edge.prod.mozaws.net/sign
99+ https://edge.prod.autograph.services .mozaws.net/sign
100100 - run :
101101 name : Verify APK arm64
102102 command : |
@@ -111,7 +111,7 @@ jobs:
111111 curl -F "input=@/tmp/artifacts-android/app-armeabi-v7a-release.apk" \
112112 -o /tmp/artifacts-android/app-armeabi-v7a-release-signed.apk \
113113 -H "Authorization: $AUTOGRAPH_EDGE_TOKEN" \
114- https://autograph- edge.prod.mozaws.net/sign
114+ https://edge.prod.autograph.services .mozaws.net/sign
115115 - run :
116116 name : Verify APK arm
117117 command : |
@@ -126,7 +126,7 @@ jobs:
126126 curl -F "input=@/tmp/artifacts-android/app-x86-release.apk" \
127127 -o /tmp/artifacts-android/app-x86-release-signed.apk \
128128 -H "Authorization: $AUTOGRAPH_EDGE_TOKEN" \
129- https://autograph- edge.prod.mozaws.net/sign
129+ https://edge.prod.autograph.services .mozaws.net/sign
130130 - run :
131131 name : Verify APK x86
132132 command : |
You can’t perform that action at this time.
0 commit comments