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 e7f5b09 commit 85cad9bCopy full SHA for 85cad9b
.github/workflows/update-layers.yml
@@ -32,9 +32,9 @@ jobs:
32
33
- name: Unzip files
34
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
+ unzip -o ./wasp-data/map/map.zip -d ./map
+ unzip -o ./wasp-data/map/heightmap.zip -d ./heightmap
+ unzip -o ./wasp-data/map/collision.zip -d ./collision
38
rm -rf ./wasp-data
39
40
- name: Commit and push changes
0 commit comments