Skip to content

Commit 445647f

Browse files
committed
Fix command execution
1 parent 011e7d2 commit 445647f

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
@@ -50,7 +50,7 @@ jobs:
5050
- name: execute script
5151
run: |
5252
cd ./map-fetcher
53-
node src/overview.js --source="${GITHUB_WORKSPACE}/sources.json" --output="${GITHUB_WORKSPACE} --textures=${GITHUB_WORKSPACE}/map-fetcher/textures"
53+
node src/overview.js --source="${GITHUB_WORKSPACE}/sources.json" --output="${GITHUB_WORKSPACE}" --textures="${GITHUB_WORKSPACE}/map-fetcher/textures"
5454
env:
5555
JMC2OBJVERSION: ${{ vars.JMC2OBJVERSION }}
5656

0 commit comments

Comments
 (0)