Skip to content

Commit

Permalink
fix: echo it
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Mar 13, 2024
1 parent 27b3ac2 commit a6f90e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,11 @@ runs:
id: codecov-upload
shell: bash
run: |
echo $CODECOV_OS
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
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
gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
shasum -a 256 -c codecov.SHA256SUM
Expand Down

0 comments on commit a6f90e8

Please sign in to comment.