mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +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
|
||||
shell: bash
|
||||
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.SHA256SUM
|
||||
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
|
||||
gpg --import dist/pgp_keys.asc
|
||||
gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
|
||||
|
||||
shasum -a 256 -c codecov.SHA256SUM
|
||||
|
|
|
|||
Loading…
Reference in a new issue