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:
parent
7091e11504
commit
77728af69e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue