We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ddf3b commit 0801445Copy full SHA for 0801445
1 file changed
.github/workflows/run.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
with:
17
sparse-checkout: |
18
+ /*
19
!*.obj
20
!*.mtl
21
sparse-checkout-cone-mode: false
@@ -43,7 +44,7 @@ jobs:
43
44
- name: execute script
45
run: |
46
cd ./map-fetcher
- node src/overview.js --source="../sources.json" --output="../objects"
47
+ node src/overview.js --source="${GITHUB_WORKSPACE}/sources.json" --output="${GITHUB_WORKSPACE}/objects"
48
env:
49
JMC2OBJVERSION: ${{ vars.JMC2OBJVERSION }}
50
0 commit comments