File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -123,14 +123,12 @@ jobs:
123123 - run :
124124 name : Collecting coverage reports
125125 command : |
126- curl -Os https://uploader.codecov.io/latest/linux/codecov
127- curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
128- curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
126+ curl -Os https://uploader.codecov.io/latest/linux-arm64 /codecov
127+ curl -Os https://uploader.codecov.io/latest/linux-arm64 /codecov.SHA256SUM
128+ curl -Os https://uploader.codecov.io/latest/linux-arm64 /codecov.SHA256SUM.sig
129129 curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
130130 gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
131131 shasum -a 256 -c codecov.SHA256SUM
132- file ./codecov
133- ls -a
134132 chmod +x ./codecov
135133 ./codecov
136134
You can’t perform that action at this time.
0 commit comments