Skip to content

Commit e42c8b5

Browse files
committed
ci: use correct home env variable
1 parent 8cd0d80 commit e42c8b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/upload-artifact@v3
115115
with:
116116
name: test-results
117-
path: $HOME/test_results.xcresult
117+
path: ${{env.HOME}}/test_results.xcresult
118118
publish:
119119
runs-on: ubuntu-latest
120120
needs:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
9696
uses: actions/upload-artifact@v3
9797
with:
9898
name: test-results
99-
path: $HOME/test_results.xcresult
99+
path: ${{env.HOME}}/test_results.xcresult

0 commit comments

Comments
 (0)