Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles authored Oct 4, 2024
1 parent 761f507 commit 3a60a00
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ jobs:
uses: leafo/gh-actions-lua@v10
with:
luaVersion: '5.4'
-
run: |
find .
-
run:
docker run --rm -v $(pwd)/app -w /app haxe:4.3.6-bullseye haxe game/src/Game.hx --lua haxe/game.lua
docker run --rm -v $(pwd):/app -w /app haxe:4.3.6-bullseye haxe game/src/Game.hx --lua haxe/game.lua
-
run: |
./cli.sh tool-haxe-build haxe/game.lua
Expand Down

0 comments on commit 3a60a00

Please sign in to comment.