Skip to content

Commit 7ad96d4

Browse files
committed
Update update-layers.yml
1 parent 4f8d2ae commit 7ad96d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-layers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 1
2222
path: ./wasp-map-layers
2323
sparse-checkout: |
24-
map/map.zip
24+
map/map-noicons.zip
2525
map/heightmap.zip
2626
map/collision.zip
2727
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Unzip files
3434
run: |
35-
unzip -o ./wasp-map-layers/map/map.zip -d ./map
35+
unzip -o ./wasp-map-layers/map/map-noicons.zip -d ./map
3636
unzip -o ./wasp-map-layers/map/heightmap.zip -d ./heightmap
3737
unzip -o ./wasp-map-layers/map/collision.zip -d ./collision
3838
rm -rf ./wasp-map-layers

0 commit comments

Comments
 (0)