diff options
| author | _Tradam <[email protected]> | 2022-05-18 02:38:18 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-18 02:38:18 -0400 |
| commit | 66f5fb9a0c454ee6084dc0b39ee5d924f3d64896 (patch) | |
| tree | 29bb35c8fc62d8d27ce666f342ddcd1a0236d99b | |
| parent | 9a5b6d1314ff56b994fcde22d5b17ba92fbe42f8 (diff) | |
| download | raylib-template-66f5fb9a0c454ee6084dc0b39ee5d924f3d64896.tar.gz raylib-template-66f5fb9a0c454ee6084dc0b39ee5d924f3d64896.zip | |
Update raylib-to-itch.yml
| -rw-r--r-- | .github/workflows/raylib-to-itch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/raylib-to-itch.yml b/.github/workflows/raylib-to-itch.yml index 63fb0df..1fa94e9 100644 --- a/.github/workflows/raylib-to-itch.yml +++ b/.github/workflows/raylib-to-itch.yml @@ -40,6 +40,6 @@ jobs: run: | . $HOME/.asdf/asdf.sh make web - cd output + cd output/web zip game.zip index.* # upload zip |
