diff options
| author | _Tradam <[email protected]> | 2022-05-18 02:35:57 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-18 02:35:57 -0400 |
| commit | 9a5b6d1314ff56b994fcde22d5b17ba92fbe42f8 (patch) | |
| tree | cc0d97ad07a4f6ac0a72a4f544ec591e31ca3595 /.github | |
| parent | 1f0bf14009468cb1c97241d5119201ea69892d20 (diff) | |
| download | raylib-template-9a5b6d1314ff56b994fcde22d5b17ba92fbe42f8.tar.gz raylib-template-9a5b6d1314ff56b994fcde22d5b17ba92fbe42f8.zip | |
Update raylib-to-itch.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/raylib-to-itch.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/raylib-to-itch.yml b/.github/workflows/raylib-to-itch.yml index e1fcb0c..63fb0df 100644 --- a/.github/workflows/raylib-to-itch.yml +++ b/.github/workflows/raylib-to-itch.yml @@ -13,6 +13,9 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: recursive + # install asdf - name: asdf-install run: | |
