Skip to content

Commit

Permalink
fixing the cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ko committed Jun 10, 2024
1 parent 4ce0f72 commit 072f38b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ jobs:

### START Codecov integration ### (Codecov integration - STEP 1)
- name: Download Codecov binary
run: curl -Os https://uploader.codecov.io/latest/linux/codecov
run: curl -Os https://cli.codecov.io/latest/linux/codecov

### STEPS below are not required, but are great to have for extra security
- name: Verify integrity get GPG
run: curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import #

- name: Get SHAsums
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
## VEIFY integrity (Codecov integration - STEP 2)
Expand Down
6 changes: 0 additions & 6 deletions ~

This file was deleted.

0 comments on commit 072f38b

Please sign in to comment.