From 420dd71423dcdaff01b749c8d6f282f50f444651 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sat, 6 Dec 2025 14:34:49 +0100 Subject: [PATCH] pipeline fix --- .woodpecker.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f0d4564..20b2ef8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,11 +3,10 @@ environment: steps: - name: build_tic - image: alpine + image: tic80/tic80:latest + environment: + GAME_NAME: bombexpert commands: - - apk add --no-cache bash curl wget xz - - wget -q https://tic80.com/bin/linux/tic80 - - chmod +x tic80 - ./tic80 -build $GAME_NAME.lua $GAME_NAME.tic - name: copy_files