Skip to content

Commit 18f1d1a

Browse files
committed
debug: workspace self-hosted
1 parent 2755514 commit 18f1d1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup-local/dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,7 @@ class BinaryControl {
11081108
* platform and the architecture
11091109
*/
11101110
_decidePlatformAndBinary() {
1111+
core.info(`GITHUB WORKSPACE CHECK: ${process.env.GITHUB_WORKSPACE}`);
11111112
this.binaryFolder = path.resolve(
11121113
process.env.GITHUB_WORKSPACE,
11131114
'..', '..', '..',

setup-local/src/binaryControl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class BinaryControl {
4343
* platform and the architecture
4444
*/
4545
_decidePlatformAndBinary() {
46+
core.info(`GITHUB WORKSPACE CHECK: ${process.env.GITHUB_WORKSPACE}`);
4647
this.binaryFolder = path.resolve(
4748
process.env.GITHUB_WORKSPACE,
4849
'..', '..', '..',

0 commit comments

Comments
 (0)