From 52175c7ef4310652aee1d3a2522e772dc9b73ff7 Mon Sep 17 00:00:00 2001 From: Alfredo Gallardo Date: Mon, 30 Oct 2023 10:40:59 -0300 Subject: [PATCH] - fix: removed unused step on android ci (#60) --- .github/workflows/release-dev.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 5dcebc7fb..1066a6f06 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -92,13 +92,6 @@ jobs: npm cache verify npm ci --no-audit --prefer-offline - - uses: actions/upload-artifact@v3 - with: - name: shinkai-visor - path: dist/apps/shinkai-visor - if-no-files-found: error - retention-days: 5 - - uses: actions/setup-java@v3 with: java-version: '17'