Skip to content

Commit

Permalink
fix: use a better shelel
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 10, 2024
1 parent 6b2baa1 commit b139a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,15 @@ jobs:
dir .
attrib .\coverage\cobertura-coveage.xml
.\out\codecov.exe -f .\coverage\cobertura-coverage.xml -F windows -d -Z -v -t ${{ secrets.CODECOV_TOKEN }} | tee output_win.txt
shell: cmd.exe
shell: cmd
- name: Run Windows binary auto-detect (dry-run)
run: |
.\out\codecov.exe -F windows -v -d -Z -t ${{ secrets.CODECOV_TOKEN }} | tee -a output_win.txt
shell: cmd.exe
shell: cmd
- name: Run Windows binary (upload)
run: |
.\out\codecov.exe -F windows -v -Z -t ${{ secrets.CODECOV_TOKEN }}
shell: cmd.exe
shell: cmd
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b139a20

Please sign in to comment.