mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-16 16:01:44 +00:00
import directly
This commit is contained in:
parent
96f40aa018
commit
53e5adb4c3
1 changed files with 1 additions and 1 deletions
|
|
@ -121,10 +121,10 @@ runs:
|
||||||
id: codecov-upload
|
id: codecov-upload
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.kbx --import # One-time step
|
|
||||||
curl -Os https://cli.codecov.io/latest/linux/codecov
|
curl -Os https://cli.codecov.io/latest/linux/codecov
|
||||||
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
|
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
|
||||||
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
|
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
|
||||||
|
gpg --import dist/pgp_keys.asc
|
||||||
gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
|
gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
|
||||||
|
|
||||||
shasum -a 256 -c codecov.SHA256SUM
|
shasum -a 256 -c codecov.SHA256SUM
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue