diff options
| author | _Tradam <[email protected]> | 2022-05-18 02:31:11 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-18 02:31:11 -0400 |
| commit | 1f0bf14009468cb1c97241d5119201ea69892d20 (patch) | |
| tree | 14675075336d755eb6819eb6c602edc33c2f90ad /.github | |
| parent | 14035a6ef2827eb880619ca0d34bf2d356388244 (diff) | |
| download | raylib-template-1f0bf14009468cb1c97241d5119201ea69892d20.tar.gz raylib-template-1f0bf14009468cb1c97241d5119201ea69892d20.zip | |
Update raylib-to-itch.yml
Diffstat (limited to '.github')
| -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 f373da3..e1fcb0c 100644 --- a/.github/workflows/raylib-to-itch.yml +++ b/.github/workflows/raylib-to-itch.yml @@ -29,7 +29,7 @@ jobs: run: | . $HOME/.asdf/asdf.sh mkdir lib && mkdir lib/web - cd dependencies/raylib/src + cd dependency/raylib/src make PLATFORM=PLATFORM_WEB -B -e cp libraylib.a ../../../lib/web/ # make |
