Skip to content

Commit 85cad9b

Browse files
committed
Update update-layers.yml
1 parent e7f5b09 commit 85cad9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-layers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
3333
- name: Unzip files
3434
run: |
35-
unzip -o /tmp/wasp-data/map/map.zip -d ./map
36-
unzip -o /tmp/wasp-data/map/heightmap.zip -d ./heightmap
37-
unzip -o /tmp/wasp-data/map/collision.zip -d ./collision
35+
unzip -o ./wasp-data/map/map.zip -d ./map
36+
unzip -o ./wasp-data/map/heightmap.zip -d ./heightmap
37+
unzip -o ./wasp-data/map/collision.zip -d ./collision
3838
rm -rf ./wasp-data
3939
4040
- name: Commit and push changes

0 commit comments

Comments
 (0)