1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +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:
stage: buildWebOSReceiver
image: node:current-bookworm
image: node:22.11.0-bookworm
tags:
- fcast-instance-runner
before_script:
@ -22,5 +22,5 @@ buildWebOS:
access: all
expire_in: "30 days"
paths:
- receivers/webos/com.futo.fcast.receiver_1.0.0_all.ipk
- receivers/webos/*.ipk
when: manual