1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-24 02:46:59 +00:00

Removing hardcoded artifact name

This commit is contained in:
Michael Hollister 2024-12-18 13:00:18 -06:00
parent 7091e11504
commit 77728af69e

View file

@ -1,7 +1,7 @@
buildWebOS: buildWebOS:
stage: buildWebOSReceiver stage: buildWebOSReceiver
image: node:current-bookworm image: node:22.11.0-bookworm
tags: tags:
- fcast-instance-runner - fcast-instance-runner
before_script: before_script:
@ -22,5 +22,5 @@ buildWebOS:
access: all access: all
expire_in: "30 days" expire_in: "30 days"
paths: paths:
- receivers/webos/com.futo.fcast.receiver_1.0.0_all.ipk - receivers/webos/*.ipk
when: manual when: manual