From 559602ff5c4d536d2b823a5e86de6b71cb8180d6 Mon Sep 17 00:00:00 2001 From: Matej Plavevski Date: Fri, 9 Feb 2024 22:43:49 +0200 Subject: [PATCH] Remove code from Action --- .github/actions/pwa2Apk/action.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/actions/pwa2Apk/action.yml b/.github/actions/pwa2Apk/action.yml index aee07c9..9fef49f 100644 --- a/.github/actions/pwa2Apk/action.yml +++ b/.github/actions/pwa2Apk/action.yml @@ -16,16 +16,3 @@ runs: image: 'Dockerfile' args: - ${{ inputs.project-root-folder }} - -steps: - - name: Upload APK artifact - uses: actions/upload-artifact@v4 - with: - name: apk - path: '*.apk' - - - name: Upload AAB artifact - uses: actions/upload-artifact@v4 - with: - name: aab - path: '*.aab'