Skip to content

Commit 865db66

Browse files
author
Jay Herron
committed
1 parent 485a7bb commit 865db66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set code coverage path
20-
run: echo ::set-env name=codecov_path::$(swift test --show-codecov-path)
20+
run: echo "codecov_path=$(swift test --show-codecov-path)" >> $GITHUB_ENV
2121
- name: Test and publish code coverage to Code Climate
2222
uses: paulofaria/codeclimate-action@master
2323
if: matrix.os == 'macos-10.15'

0 commit comments

Comments
 (0)