We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a09e5e commit 71a3f3cCopy full SHA for 71a3f3c
1 file changed
.github/workflows/build-lgsm.yml
@@ -14,4 +14,4 @@ jobs:
14
username: ${{ secrets.SCROLL_REGISTRY_USER }}
15
password: ${{ secrets.SCROLL_REGISTRY_PASSWORD }}
16
- name: Build all LGSM games
17
- run: bash .docker/linuxgsm/build-docker-images.sh
+ run: cd .docker/linuxgsm/ && bash build-docker-images.sh
0 commit comments