Skip to content

Commit 8d5ebb6

Browse files
authored
Fix incorrect output path
1 parent 0801445 commit 8d5ebb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: execute script
4545
run: |
4646
cd ./map-fetcher
47-
node src/overview.js --source="${GITHUB_WORKSPACE}/sources.json" --output="${GITHUB_WORKSPACE}/objects"
47+
node src/overview.js --source="${GITHUB_WORKSPACE}/sources.json" --output="${GITHUB_WORKSPACE}"
4848
env:
4949
JMC2OBJVERSION: ${{ vars.JMC2OBJVERSION }}
5050

0 commit comments

Comments
 (0)