Skip to content

Commit 0801445

Browse files
committed
Adjust workflow
1 parent b9ddf3b commit 0801445

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
sparse-checkout: |
18+
/*
1819
!*.obj
1920
!*.mtl
2021
sparse-checkout-cone-mode: false
@@ -43,7 +44,7 @@ jobs:
4344
- name: execute script
4445
run: |
4546
cd ./map-fetcher
46-
node src/overview.js --source="../sources.json" --output="../objects"
47+
node src/overview.js --source="${GITHUB_WORKSPACE}/sources.json" --output="${GITHUB_WORKSPACE}/objects"
4748
env:
4849
JMC2OBJVERSION: ${{ vars.JMC2OBJVERSION }}
4950

0 commit comments

Comments
 (0)