We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011e7d2 commit 445647fCopy full SHA for 445647f
1 file changed
.github/workflows/run.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: execute script
51
run: |
52
cd ./map-fetcher
53
- node src/overview.js --source="${GITHUB_WORKSPACE}/sources.json" --output="${GITHUB_WORKSPACE} --textures=${GITHUB_WORKSPACE}/map-fetcher/textures"
+ node src/overview.js --source="${GITHUB_WORKSPACE}/sources.json" --output="${GITHUB_WORKSPACE}" --textures="${GITHUB_WORKSPACE}/map-fetcher/textures"
54
env:
55
JMC2OBJVERSION: ${{ vars.JMC2OBJVERSION }}
56
0 commit comments