From c14fbacd581f60b13715d38c871f4e7d837b6706 Mon Sep 17 00:00:00 2001 From: Dominik Toton Date: Mon, 18 Nov 2024 13:01:41 +0100 Subject: [PATCH] fix(cat-voices): uikit deployment --- catalyst_voices/utilities/uikit_example/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst_voices/utilities/uikit_example/Earthfile b/catalyst_voices/utilities/uikit_example/Earthfile index ec37290a2e5..fd8241806c2 100644 --- a/catalyst_voices/utilities/uikit_example/Earthfile +++ b/catalyst_voices/utilities/uikit_example/Earthfile @@ -7,7 +7,7 @@ IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.2.24 AS flutter # Prefixed by "local" to make sure it's not auto triggered, the target was # designed to work with a specific github action that needs the target output files local-build-web: - FROM catalyst-voices+builder + FROM catalyst-voices+code-generator ARG WORKDIR=/frontend/utilities/uikit_example DO flutter-ci+BUILD_WEB --TARGET=lib/main.dart --WORKDIR=$WORKDIR SAVE ARTIFACT web AS LOCAL public \ No newline at end of file