We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc99d8 commit 830bf51Copy full SHA for 830bf51
.github/workflows/update-dumps.yml
@@ -306,7 +306,7 @@ jobs:
306
run: |
307
mkdir -p cache/output
308
java -cp staging/cache-*-SNAPSHOT-jar-with-dependencies.jar net.runelite.cache.SimbaMapImageDumper \
309
- --cachedir cache/input --cachename ${{ inputs.cache_version }} --outputdir cache/output --noicons
+ --cachedir cache/input --cachename ${{ inputs.cache_version }} --outputdir cache/output -noicons
310
- name: Upload Map Images
311
uses: actions/upload-artifact@v4
312
with:
0 commit comments