Skip to content

Commit 830bf51

Browse files
committed
typo
1 parent bfc99d8 commit 830bf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dumps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
run: |
307307
mkdir -p cache/output
308308
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
309+
--cachedir cache/input --cachename ${{ inputs.cache_version }} --outputdir cache/output -noicons
310310
- name: Upload Map Images
311311
uses: actions/upload-artifact@v4
312312
with:

0 commit comments

Comments
 (0)