We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd0d80 commit e42c8b5Copy full SHA for e42c8b5
.github/workflows/npm_release.yml
@@ -114,7 +114,7 @@ jobs:
114
uses: actions/upload-artifact@v3
115
with:
116
name: test-results
117
- path: $HOME/test_results.xcresult
+ path: ${{env.HOME}}/test_results.xcresult
118
publish:
119
runs-on: ubuntu-latest
120
needs:
.github/workflows/pull_request.yml
@@ -96,4 +96,4 @@ jobs:
96
97
98
99
0 commit comments