replace custom build command to make

This commit is contained in:
2025-12-10 22:38:18 +01:00
parent 9dfbdcd052
commit 9b244d2e4e

View File

@@ -10,7 +10,7 @@ steps:
XDG_RUNTIME_DIR: /tmp
commands:
- make build PROJECT=$GAME_NAME
- tic80 --cli --skip --fs=. --cmd="load $GAME_NAME.$GAME_LANG & save $GAME_NAME & export html $GAME_NAME.html & exit"
- make export PROJECT=$GAME_NAME
- name: artifact
image: alpine