mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
fix: weird it worked before
This commit is contained in:
parent
dfd343a74f
commit
27b3ac2f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ runs:
|
|||
id: codecov-upload
|
||||
shell: bash
|
||||
run: |
|
||||
gpg --import dist/pgp_keys.asc
|
||||
gpg --import ./dist/pgp_keys.asc
|
||||
curl -Os https://cli.codecov.io/latest/${CODECOV_OS}/codecov
|
||||
curl -Os https://cli.codecov.io/latest/${CODECOV_OS}/codecov.SHA256SUM
|
||||
curl -Os https://cli.codecov.io/latest/${CODECOV_OS}/codecov.SHA256SUM.sig
|
||||
|
|
|
|||
Loading…
Reference in a new issue