We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb00a01 commit 723f8d4Copy full SHA for 723f8d4
.github/workflows/docker.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Fetch relevant submodules
36
run: |
37
git submodule update --init src/enet
38
- git submodule update --init data/maps
+ git lfs pull --include data/maps/
39
40
- name: Log in to the Container registry
41
uses: docker/login-action@v3
0 commit comments