From 4594b355ba7eae598a367439c79fb52a7bcba218 Mon Sep 17 00:00:00 2001 From: koalasat Date: Fri, 18 Jul 2025 15:33:15 +0200 Subject: [PATCH] Fix workflow --- .github/workflows/frontend-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/frontend-build.yml b/.github/workflows/frontend-build.yml index a3008d85..ee38a7d1 100644 --- a/.github/workflows/frontend-build.yml +++ b/.github/workflows/frontend-build.yml @@ -73,11 +73,11 @@ jobs: path: | web/static web/*.html - # - name: 'Archive Mobile Build Results' - # uses: actions/upload-artifact@v4 - # with: - # name: mobile-web.bundle - # path: mobile/html/Web.bundle + - name: 'Archive Mobile Build Results' + uses: actions/upload-artifact@v4 + with: + name: mobile-web.bundle + path: android/app/src/main/assets # Invoke pre-release image build if this was not a tag push # Docker images tagged only with short commit hash